Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetStatEx Method (frequency, category, statSubject)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersCustomStatGetStatEx(Int32, StatisticCategory, StatisticSubject)
Prepares the get statistic ex request that will be sent to Platform SDK Stat (used for Custom Statistics).
Declaration Syntax
C#Visual BasicVisual C++
public RequestGetStatisticEx GetStatEx(
	int frequency,
	StatisticCategory category,
	StatisticSubject statSubject
)
Public Function GetStatEx ( _
	frequency As Integer, _
	category As StatisticCategory, _
	statSubject As StatisticSubject _
) As RequestGetStatisticEx
public:
RequestGetStatisticEx^ GetStatEx(
	int frequency, 
	StatisticCategory category, 
	StatisticSubject statSubject
)
Parameters
frequency (Int32)
The frequency on which the statistic value is requested (used if NotificationMode=Periodical).
category (StatisticCategory)
The category of the statistic.
statSubject (StatisticSubject)
The subject of the statistic.
Return Value
The GetStatisticEx request.

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