IStatistics Methods |
The IStatistics type exposes the following members.
Name | Description | |
---|---|---|
Initialise |
Prepares the statistics for first use.
| |
Lock |
Calls the delegate within a lock. The delegate must not, under any circumstances,
call Lock(ActionIStatistics) or do anything that might call Lock(ActionIStatistics).
A deadlock may occur if it does. Does nothing if the statistics have not been
initialised.
| |
ResetConnectionStatistics |
Resets connection statistics.
| |
ResetMessageCounters |
Resets all counters associated with listening to a source of messages. Does not reset connection statistics.
|