IStatsAccessible Interface

Solclient

IStatsAccessible Interface
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public interface IStatsAccessible
Public Interface IStatsAccessible
public interface class 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