Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeAgentStatus Method (employeeId, tenantName, tenantPwd, apmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceServiceSubscribeAgentStatus(String, String, String, AgentPresenceMethodDelegate)
Subscribes to an agent's status.
Declaration Syntax
C#Visual BasicVisual C++
public void SubscribeAgentStatus(
	string employeeId,
	string tenantName,
	string tenantPwd,
	AgentPresenceMethodDelegate apmd
)
Public Sub SubscribeAgentStatus ( _
	employeeId As String, _
	tenantName As String, _
	tenantPwd As String, _
	apmd As AgentPresenceMethodDelegate _
)
public:
virtual void SubscribeAgentStatus(
	String^ employeeId, 
	String^ tenantName, 
	String^ tenantPwd, 
	AgentPresenceMethodDelegate^ apmd
) sealed
Parameters
employeeId (String)
The employee id.
tenantName (String)
The tenant name.
tenantPwd (String)
The tenant password.
apmd (AgentPresenceMethodDelegate)
The AgentPresenceMethodDelegat.

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