Click or drag to resize

IStatsAccessible Interface

version: 10.21.0
Implemented by ISession and IFlow, this interface exposes Transmit and Receive statistics collected by the messaging API.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
public interface IStatsAccessible

The IStatsAccessible type exposes the following members.

Methods
  NameDescription
Public methodClearStats
Clears the stats dictionary.
Public methodGetRxStats
Returns the Rx Stats.
Public methodGetTxStats
Returns the Tx Stats.
Top
See Also