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

Detailed Description

Contains statistical information about the calls to FSUIPC

Property Documentation

◆ ClassInstance

byte ClassInstance
get

The class instance for this set of Statistics

◆ ConnectionOpenedAt

DateTime ConnectionOpenedAt
get

The date/time the connection was opened

◆ ConnectionOpenFor

TimeSpan ConnectionOpenFor
get

The amount of time the connection has been open

◆ GroupInfo

Dictionary<string, StatsGroupInfo> GroupInfo
get

A dictionary of group information keyed on the group name.

◆ GroupsRegistered

string [] GroupsRegistered
get

An array of the names of all groups registered with the DLL at the moment

◆ GroupsRegisteredString

string GroupsRegisteredString
get

A single string containing a list of all groups registered with the DLL at the moment

◆ ProcessAvg

StatsProcess ProcessAvg
get

The mean average values generated by all the Process() calls so far

◆ ProcessCount

int ProcessCount
get

The number of Process() calls made so far

◆ ProcessLast

StatsProcess ProcessLast
get

Statistics about the last Process() call

◆ ProcessMax

StatsProcess ProcessMax
get

The Maximum values generated by all the Process() calls so far

◆ ProcessMin

StatsProcess ProcessMin
get

The Minimum values generated by all the Process() calls so far

◆ ProcessTotal

StatsProcess ProcessTotal
get

The total values generated by all the Process() calls so far