Register for presence updates for the agent group.

C# | Visual Basic | Visual C++ |
void SubscribeAgentGroupStatus( string agentGroupName, string tenantName, string tenantPwd, AgentGroupPresenceMethodDelegate agpmd )
Sub SubscribeAgentGroupStatus ( _ agentGroupName As String, _ tenantName As String, _ tenantPwd As String, _ agpmd As AgentGroupPresenceMethodDelegate _ )
void SubscribeAgentGroupStatus( String^ agentGroupName, String^ tenantName, String^ tenantPwd, AgentGroupPresenceMethodDelegate^ agpmd )

- agentGroupName (String)
- The agent group name.
- tenantName (String)
- The name of the tenant that contains this agent group.
- tenantPwd (String)
- The password of the tenant that contains this agent group.
- agpmd (AgentGroupPresenceMethodDelegate)
- The AgentGroupPresenceMethodDelegate.