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

Get the total number of pending messages for this server.

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

Syntax

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

Return Value

the number of pending messages.

See Also