Gets the amount of free memory (in bytes) 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 FreeMemory { get; internal set; }
Public Property FreeMemory As Integer
	Get
	Friend Set
public:
property int FreeMemory {
	int get ();
	internal: void set (int value);
}

See Also