Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Stat Constructor (objectId, statName, statPeriod, statFilter, statTimeRange, statTimeRange2)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersStatStat(String, String, String, String, String, String)
The constructor for the Stat class.
Declaration Syntax
C#Visual BasicVisual C++
public Stat(
	string objectId,
	string statName,
	string statPeriod,
	string statFilter,
	string statTimeRange,
	string statTimeRange2
)
Public Sub New ( _
	objectId As String, _
	statName As String, _
	statPeriod As String, _
	statFilter As String, _
	statTimeRange As String, _
	statTimeRange2 As String _
)
public:
Stat(
	String^ objectId, 
	String^ statName, 
	String^ statPeriod, 
	String^ statFilter, 
	String^ statTimeRange, 
	String^ statTimeRange2
)
Parameters
objectId (String)
The id of the object that request the statistic.
statName (String)
The name of the statistic.
statPeriod (String)
The period of the statistic.
statFilter (String)
The filter of the statistic.
statTimeRange (String)
The statistic time range.
statTimeRange2 (String)
The statistic time range2.

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