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

Get the total size, in bytes, of messages waiting to be delivered to this durable subscription.

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, in bytes, of messages waiting to be delivered to this durable subscription.

See Also