Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeRoutingPointStatus Method (routingPointName, tenantName, tenantPwd, rpmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresenceIPresenceServiceSubscribeRoutingPointStatus(String, String, String, ObjStatPresenceMethodDelegate)
Register for presence updates for the routing point.
Declaration Syntax
C#Visual BasicVisual C++
void SubscribeRoutingPointStatus(
	string routingPointName,
	string tenantName,
	string tenantPwd,
	ObjStatPresenceMethodDelegate rpmd
)
Sub SubscribeRoutingPointStatus ( _
	routingPointName As String, _
	tenantName As String, _
	tenantPwd As String, _
	rpmd As ObjStatPresenceMethodDelegate _
)
void SubscribeRoutingPointStatus(
	String^ routingPointName, 
	String^ tenantName, 
	String^ tenantPwd, 
	ObjStatPresenceMethodDelegate^ rpmd
)
Parameters
routingPointName (String)
The routing point name.
tenantName (String)
The name of the tenant that contains this routing point.
tenantPwd (String)
The password of the tenant that contains this routing point.
rpmd (ObjStatPresenceMethodDelegate)
The ObjStatPresenceMethodDelegate.

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