Gets the status of the operator. Most operators do not make use of status strings, in which case this will return an empty string.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string GetStatus()
Public Function GetStatus As String
public:
String^ GetStatus()

Return Value

The status of the operator

See Also