The ILiveViewConnection object used by this background worker to connect to a LiveView server.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public ILiveViewConnection Connection { get; internal set; }
Public Property Connection As ILiveViewConnection
	Get
	Friend Set
public:
property ILiveViewConnection^ Connection {
	ILiveViewConnection^ get ();
	internal: void set (ILiveViewConnection^ value);
}

See Also