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

Returns combined size of messages sent to consumer and not yet acknowledged by consumer's session. For topic consumers this size is included into the combined size of pending messages returned by {GetPendingMessageSize()()()}.

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

Syntax

public long GetCurrentMsgSizeSentByServer()
Public Function GetCurrentMsgSizeSentByServer As Long
public:
long long GetCurrentMsgSizeSentByServer()

Return Value

combined size of sent messages, possibly 0.

See Also