Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeAgentStatus Method (employeeId, tenantName, tenantPwd, apmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresenceIPresenceServiceSubscribeAgentStatus(String, String, String, AgentPresenceMethodDelegate)
Register for presence updates for the agent.
Declaration Syntax
C#Visual BasicVisual C++
void SubscribeAgentStatus(
	string employeeId,
	string tenantName,
	string tenantPwd,
	AgentPresenceMethodDelegate apmd
)
Sub SubscribeAgentStatus ( _
	employeeId As String, _
	tenantName As String, _
	tenantPwd As String, _
	apmd As AgentPresenceMethodDelegate _
)
void SubscribeAgentStatus(
	String^ employeeId, 
	String^ tenantName, 
	String^ tenantPwd, 
	AgentPresenceMethodDelegate^ apmd
)
Parameters
employeeId (String)
The employee id of the agent for which presence is required.
tenantName (String)
The name of the tenant that contains this agent.
tenantPwd (String)
The password of the tenant that contains this agent.
apmd (AgentPresenceMethodDelegate)
The AgentPresenceMethodDelegate.

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