Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
OpenStatEx Method (notificationMode, frequency, category, statSubject)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersCustomStatOpenStatEx(NotificationMode, Int32, StatisticCategory, StatisticSubject)
Prepares the open statistic ex request that will be sent to Platform SDK Stat (used for Custom Statistics).
Declaration Syntax
C#Visual BasicVisual C++
public RequestOpenStatisticEx OpenStatEx(
	NotificationMode notificationMode,
	int frequency,
	StatisticCategory category,
	StatisticSubject statSubject
)
Public Function OpenStatEx ( _
	notificationMode As NotificationMode, _
	frequency As Integer, _
	category As StatisticCategory, _
	statSubject As StatisticSubject _
) As RequestOpenStatisticEx
public:
RequestOpenStatisticEx^ OpenStatEx(
	NotificationMode notificationMode, 
	int frequency, 
	StatisticCategory category, 
	StatisticSubject statSubject
)
Parameters
notificationMode (NotificationMode)
The notification used for statistic.
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 OpenStatisticEx request.

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