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

Returns total number of messages the server sent to this consumer since consumer was created. This value includes resends of the same message due to consumer's session recover or rollback. This value does not represent true number of unique messages received by this consumer and should be used only for statistical and informational purposes.

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

Syntax

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

Return Value

number of messages sent by server to this consumer since consumer was created, including resends.

See Also