[TIBCO.EMS .NET Admin client library 5.1 documentation]

Get the amount of reserve memory in bytes.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long ReserveMemory { get; }
Public ReadOnly Property ReserveMemory As Long
public:
property long long ReserveMemory {
	long long get ();
}

Return Value

the amount of reserve in bytes or 0 if not enabled.

See Also