Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeAgentGroupStatus Method (agentGroupName, tenantName, tenantPwd, agpmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresenceIPresenceServiceSubscribeAgentGroupStatus(String, String, String, AgentGroupPresenceMethodDelegate)
Register for presence updates for the agent group.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.

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