Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SubscribeAgentGroupStatus Method (agentGroupName, tenantName, tenantPwd, agpmd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceServiceSubscribeAgentGroupStatus(String, String, String, AgentGroupPresenceMethodDelegate)
Subscribes to an agent group status.
Declaration Syntax
C#Visual BasicVisual C++
public void SubscribeAgentGroupStatus(
	string agentGroupName,
	string tenantName,
	string tenantPwd,
	AgentGroupPresenceMethodDelegate agpmd
)
Public Sub SubscribeAgentGroupStatus ( _
	agentGroupName As String, _
	tenantName As String, _
	tenantPwd As String, _
	agpmd As AgentGroupPresenceMethodDelegate _
)
public:
virtual void SubscribeAgentGroupStatus(
	String^ agentGroupName, 
	String^ tenantName, 
	String^ tenantPwd, 
	AgentGroupPresenceMethodDelegate^ agpmd
) sealed
Parameters
agentGroupName (String)
The agent group name.
tenantName (String)
The tenant name.
tenantPwd (String)
The tenant password.
agpmd (AgentGroupPresenceMethodDelegate)
The AgentGroupPresenceMethodDelegate.

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