Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeStatObject Method (statName, objName, tenantName, tenantPwd, sot, ospmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceServiceSubscribeStatObject(String, String, String, String, StatisticObjectType, ObjStatPresenceMethodDelegate)
Subscribes to a statistic.
Declaration Syntax
C#Visual BasicVisual C++
public void SubscribeStatObject(
	string statName,
	string objName,
	string tenantName,
	string tenantPwd,
	StatisticObjectType sot,
	ObjStatPresenceMethodDelegate ospmd
)
Public Sub SubscribeStatObject ( _
	statName As String, _
	objName As String, _
	tenantName As String, _
	tenantPwd As String, _
	sot As StatisticObjectType, _
	ospmd As ObjStatPresenceMethodDelegate _
)
public:
void SubscribeStatObject(
	String^ statName, 
	String^ objName, 
	String^ tenantName, 
	String^ tenantPwd, 
	StatisticObjectType sot, 
	ObjStatPresenceMethodDelegate^ ospmd
)
Parameters
statName (String)
The statistic name.
objName (String)
The object name.
tenantName (String)
The tenant name.
tenantPwd (String)
sot (StatisticObjectType)
The statistic object type.
ospmd (ObjStatPresenceMethodDelegate)
The ObjStatPresenceMethodDelegate.

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