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: 11.1.0.0 (11.1.0.8)

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