Returns true if this connection is the currently active connection

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++ 
bool IsCurrent { get; }
ReadOnly Property IsCurrent As Boolean
	Get
property bool IsCurrent {
	bool get ();
}

See Also