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

Get the total size for all pending messages for this destination.

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

Syntax

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

Return Value

the total size for all pending messages for this destination.

See Also