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

Get the total number of pending messages for this destination.

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 total number of pending messages for this destination.

See Also