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

Get the number of data messages stored in the store.

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

Syntax

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

Return Value

the number of messages

See Also