The interface used to connect to the statistic server.

C# | Visual Basic | Visual C++ |
public interface IStatServerService
Public Interface IStatServerService
public interface class IStatServerService

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | Close()()() |
Closes the connection to the statistic server.
|
![]() | CloseStat(Stat) |
Closes a statistic on the statistic server.
|
![]() | Dispose()()() |
Disposes of the statistic server service object.
|
![]() | Filters |
Gets a list of filters available in the statistic server.
|
![]() | GetAgentFromPlace(String, String, String) |
Gets the employee id of the agent that is logged in on the place.
|
![]() | GetPlaceFromAgent(String, String, String) |
Gets the place id where the agent is logged in.
|
![]() | GetStat(Stat) |
Gets the statistic value from the statistic server.
|
![]() | IsStarted |
Gets a value indicating if the client is connected to the statistic server.
|
![]() | OpenStat(Stat, StatisticInterval, Int32) |
Opens a statistic on the statistic server.
|
![]() | StatClientName |
Gets the name of the client of the statistic server.
|
![]() | StatEventInfo |
The event sent when statistic information is sent for a statistic from statistic server.
|
![]() | StatisticClosed |
The event sent when a statistic is closed on statistic server side.
|
![]() | StatisticError |
The event sent when an error is sent for a statistic from statistic server.
|
![]() | StatisticInvalid |
The event sent when a statistic is invalid on statistic server side.
|
![]() | StatisticOpened |
The event sent when a statistic is opened on statistic server side.
|
![]() | Statistics |
Gets a list of the statistics available in the statistic server.
The values in the hashtable are of the type StatisticDescription.
|
![]() | StatisticValid |
The event sent when a statistic is valid on statistic server side.
|
![]() | StatServerApplication |
Gets the statistic server application
|
![]() | StatServerConfig |
Gets the statistic sever configuration.
|
![]() | StatServerConnectionEnded |
The event sent when the connection to statistic server is closed.
This could happen when the statistic server terminates unexpectedly.
|
![]() | StatServerConnectionReopened |
The event sent when the connection to statistic server is reopened.
|
![]() | StatServerHost |
Gets the host name of the statistic server.
|
![]() | StatServerName |
Gets the name of the statistic server application.
|
![]() | StatServerPort |
Gets the port of the statistic server.
|
![]() | TimeProfiles |
Gets a list of time profiles available in the statistic server.
|
![]() | TimeRanges |
Gets a list of time ranges available in the statistic server.
|