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

Get the total size of pending messages for this server.

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 size of pending messages.

See Also