Working with Session Statistics
The Solace .NET API provides various statistics for each session, which can be useful when debugging applications. For a list of all supported session statistics, see Solace Messaging APIs to access the documentation for the Solace .NET API.
Getting Session Statistics with the Solace .NET API
To get session statistics using the Solace .NET API, use the following methods:
IStatsAccessible.GetTxStats()Gets the session transmit (TX) statistics.
IStatsAccessible.GetRxStats(...)Gets the session receive (RX) statistics.
IFlow.GetRxStats(...)Gets the flow receive (RX) statistics.