10.24.0

IStatsAccessible Interface

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

Definition

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

Methods

ClearStats Clears the stats dictionary.
GetRxStats Returns the Rx Stats.
GetTxStats Returns the Tx Stats.

See Also