Gets the time that the StreamBase Server has been running, in seconds.

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 int TimeRunning { get; internal set; }
Public Property TimeRunning As Integer
	Get
	Friend Set
public:
property int TimeRunning {
	int get ();
	internal: void set (int value);
}

See Also