Gets the total amount of memory (in bytes) currently in use in the StreamBase server process.

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 UsedMemory { get; }
Public ReadOnly Property UsedMemory As Integer
	Get
public:
property int UsedMemory {
	int get ();
}

See Also