This can be used to connect to the LiveView server in the background.

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 ConnectionBackgroundWorker BackgroundWorker { get; set; }
Public Property BackgroundWorker As ConnectionBackgroundWorker
	Get
	Set
public:
property ConnectionBackgroundWorker^ BackgroundWorker {
	ConnectionBackgroundWorker^ get ();
	void set (ConnectionBackgroundWorker^ value);
}

See Also