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

Returns the number of pending messages on this subscription.

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

Number of pending messages, possibly 0.

See Also