The ILinxterMessaging Interface is the primary interface for sending and receiving messages with the SDK.

Namespace:  Linxter.SDK
Assembly:  Linxter.SDK (in Linxter.SDK.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public interface ILinxterMessaging : INotifyPropertyChanged
Visual Basic (Declaration)
Public Interface ILinxterMessaging _
	Implements INotifyPropertyChanged

See Also