Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetAgentGroupStatus Method (agentGroupName, tenantName, tenantPwd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresenceIPresenceServiceGetAgentGroupStatus(String, String, String)
Gets the current status of the agent.
Declaration Syntax
C#Visual BasicVisual C++
Nullable<AgentGroupStatus> GetAgentGroupStatus(
	string agentGroupName,
	string tenantName,
	string tenantPwd
)
Function GetAgentGroupStatus ( _
	agentGroupName As String, _
	tenantName As String, _
	tenantPwd As String _
) As Nullable(Of AgentGroupStatus)
Nullable<AgentGroupStatus> GetAgentGroupStatus(
	String^ agentGroupName, 
	String^ tenantName, 
	String^ tenantPwd
)
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.
Return Value
The status of the agent group.

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