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

Get the total size for all 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 PendingPersistentMessageSize { get; }
Public ReadOnly Property PendingPersistentMessageSize As Long
public:
property long long PendingPersistentMessageSize {
	long long get ();
}

Return Value

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

See Also