Provides access to statistics.
Namespace: ININ.IceLib.StatisticsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class StatisticsManager |
Visual Basic |
---|
Public Class StatisticsManager |
Remarks
This class serves as the initial entry point into the Statistics namespace.
CopyC#
Session session = new Session();
session.Connect(...);
StatisticsManager statisticsManager = StatisticsManager.GetInstance(session);
Examples
The IceLib SDK includes example application references to the StatisticsManager class. Some examples are listed below.
Project | Location |
---|---|
TutorialExample | SystemStatisticsViewModel.cs, line 30, in SystemStatisticsViewModel.#ctor |
SystemStatisticsViewModel._StatisticsManager | |
StatisticCatalogViewModel.cs, line 30, in StatisticCatalogViewModel.#ctor | |
StatisticCatalogViewModel._StatisticsManager |
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Statistics..::..StatisticsManager
ININ.IceLib.Statistics..::..StatisticsManager
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.