Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
OpenStat Method (notificationMode, frequency)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersStatOpenStat(NotificationMode, Int32)
Prepares the OpenStatistic request that will be sent to Platform SDK Stat class (for statistics defined in Stat Server options).
Declaration Syntax
C#Visual BasicVisual C++
public RequestOpenStatistic OpenStat(
	NotificationMode notificationMode,
	int frequency
)
Public Function OpenStat ( _
	notificationMode As NotificationMode, _
	frequency As Integer _
) As RequestOpenStatistic
public:
RequestOpenStatistic^ OpenStat(
	NotificationMode notificationMode, 
	int frequency
)
Parameters
notificationMode (NotificationMode)
The notification mode.
frequency (Int32)
The frequency (used if the notification mode is Periodical).
Return Value
The OpenStatistic request.

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