Click or drag to resize
AgentServiceAgentState Property
Gets current state of the agent. The agent state change is reported via AgentStateChanged event.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public AgentState AgentState { get; }

Return Value

Type: AgentState
Returns the AgentState enumeration which represents agent availability.
See Also