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

Get the total size of the data messages stored in the store.

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

Syntax

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

Return Value

the size in bytes

See Also