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

Get the amount of memory in use to store messages.

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

Syntax

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

Return Value

the size in bytes.

See Also