Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetRoutingPointStatus Method (routingPointName, tenantName, tenantPwd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceServiceGetRoutingPointStatus(String, String, String)
Gets the current status of the routing point.
Declaration Syntax
C#Visual BasicVisual C++
public ObjectStatisticPresence GetRoutingPointStatus(
	string routingPointName,
	string tenantName,
	string tenantPwd
)
Public Function GetRoutingPointStatus ( _
	routingPointName As String, _
	tenantName As String, _
	tenantPwd As String _
) As ObjectStatisticPresence
public:
virtual ObjectStatisticPresence^ GetRoutingPointStatus(
	String^ routingPointName, 
	String^ tenantName, 
	String^ tenantPwd
) 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.
Return Value
The status of the routing point.

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