Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Stat Constructor (objectId, statPeriod, statFilter, statTimeRange, statTimeRange2)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersStatStat(String, String, String, String, String)
The constructor for the Stat class.
Declaration Syntax
C#Visual BasicVisual C++
public Stat(
	string objectId,
	string statPeriod,
	string statFilter,
	string statTimeRange,
	string statTimeRange2
)
Public Sub New ( _
	objectId As String, _
	statPeriod As String, _
	statFilter As String, _
	statTimeRange As String, _
	statTimeRange2 As String _
)
public:
Stat(
	String^ objectId, 
	String^ statPeriod, 
	String^ statFilter, 
	String^ statTimeRange, 
	String^ statTimeRange2
)
Parameters
objectId (String)
The id of the object for which a statistic is asked.
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)