Returns the maximum amount of memory (in bytes) which the StreamBase server process is allowed to allocate.

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

Return Value

The amount of memory, in bytes.

See Also