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: 550.0.60.0
Syntax
C#
public AgentState AgentState { get; }

Return Value

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