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