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

Get the value for the total number of messages.

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

Syntax

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

Return Value

the total number of messages.

See Also