Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetAgentGroupStatus Method (agentGroupName, tenantName, tenantPwd)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceServiceGetAgentGroupStatus(String, String, String)
Gets the agent group status.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<AgentGroupStatus> GetAgentGroupStatus(
	string agentGroupName,
	string tenantName,
	string tenantPwd
)
Public Function GetAgentGroupStatus ( _
	agentGroupName As String, _
	tenantName As String, _
	tenantPwd As String _
) As Nullable(Of AgentGroupStatus)
public:
virtual Nullable<AgentGroupStatus> GetAgentGroupStatus(
	String^ agentGroupName, 
	String^ tenantName, 
	String^ tenantPwd
) sealed
Parameters
agentGroupName (String)
The agent group name.
tenantName (String)
The tenant name.
tenantPwd (String)
The tenant password.
Return Value
The agent group status.

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