Register for presence updates for the agent.

C# | Visual Basic | Visual 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 )

- 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.