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