Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
OpenStat Method (stat, interval, frequency)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersIStatServerServiceOpenStat(Stat, StatisticInterval, Int32)
Opens a statistic on the statistic server.
Declaration Syntax
C#Visual BasicVisual C++
void OpenStat(
	Stat stat,
	StatisticInterval interval,
	int frequency
)
Sub OpenStat ( _
	stat As Stat, _
	interval As StatisticInterval, _
	frequency As Integer _
)
void OpenStat(
	Stat^ stat, 
	StatisticInterval interval, 
	int frequency
)
Parameters
stat (Stat)
The statistic to be opened.
interval (StatisticInterval)
The interval type for statistic value refresh.
frequency (Int32)
The frequency of the statistic value refresh.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)