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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 11.1.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 (); }