Returns true if this Operator is currently shut down. An Operator is shut down when it is in the runtime state of SHUTDOWN, which is the terminal state for Operators.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsShutdown { get; }
Public ReadOnly Property IsShutdown As Boolean
	Get
public:
property bool IsShutdown {
	bool get ();
}

See Also