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 GetFreeMemory()
Public Function GetFreeMemory As Integer
public:
int GetFreeMemory()

Return Value

The amount of free memory, in bytes.

See Also