Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeRoutingPointStatus Method (routingPointName, tenantName, tenantPwd, rpmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceServiceSubscribeRoutingPointStatus(String, String, String, ObjStatPresenceMethodDelegate)
Registers for presence updates for the routing point.
Declaration Syntax
C#Visual BasicVisual C++
public void SubscribeRoutingPointStatus(
	string routingPointName,
	string tenantName,
	string tenantPwd,
	ObjStatPresenceMethodDelegate rpmd
)
Public Sub SubscribeRoutingPointStatus ( _
	routingPointName As String, _
	tenantName As String, _
	tenantPwd As String, _
	rpmd As ObjStatPresenceMethodDelegate _
)
public:
virtual void SubscribeRoutingPointStatus(
	String^ routingPointName, 
	String^ tenantName, 
	String^ tenantPwd, 
	ObjStatPresenceMethodDelegate^ rpmd
) sealed
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)