FSUIPC Client DLL
.NET interface for FSUIPC
Statistics Class Reference

Contains statistical information about the calls to FSUIPC. More...

Properties

StatsProcess ProcessLast [get]
 Statistics about the last Process() call.
 
StatsProcess ProcessMin [get]
 The Minimum values generated by all the Process() calls so far.
 
StatsProcess ProcessMax [get]
 The Maximum values generated by all the Process() calls so far.
 
StatsProcess ProcessAvg [get]
 The mean average values generated by all the Process() calls so far.
 
StatsProcess ProcessTotal [get]
 The total values generated by all the Process() calls so far.
 
int ProcessCount [get]
 The number of Process() calls made so far.
 
byte ClassInstance [get]
 The class instance for this set of Statistics.
 
DateTime ConnectionOpenedAt [get]
 The date/time the connection was opened.
 
TimeSpan ConnectionOpenFor [get]
 The amount of time the connection has been open.
 
string[] GroupsRegistered [get]
 An array of the names of all groups registered with the DLL at the moment.
 
string GroupsRegisteredString [get]
 A single string containing a list of all groups registered with the DLL at the moment.
 
Dictionary< string, StatsGroupInfoGroupInfo [get]
 A dictionary of group information keyed on the group name.
 

Detailed Description

Contains statistical information about the calls to FSUIPC.