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

Get the total number of pending messages for this destination that were sent persistently.

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

Syntax

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

Return Value

the total number of pending messages for this destination that were sent persistently.

See Also