Click or drag to resize
AgentServiceAgentInformation Property
Gets current agent information. Whenever agent work mode or configuration is changed new AgentInformation object is available via AgentInformationUpdated event.

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

Return Value

Type: AgentInformation
Returns the AgentInformation object which provides current agent state, work mode and agent configuration information.
See Also