Click or drag to resize

AgentConfiguration Class

User configuration information for the Agent service. This class provides configuration and preference data for the agent service features.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAgentConfiguration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class AgentConfiguration

The AgentConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodAgentConfiguration
Default constructor.
Top
Properties
  NameDescription
Public propertyAutoLoginOnStart
The flag indicating whether the agent should be automatically logged in upon AgentService. start. The AutoLogin preference is set to false by default.
Public propertyAutoLogoutOnStop
The flag indicating whether the agent should be automatically logged out as part of graceful service shutdown. The AutoLogout preference is set to true by default.
Public propertyAutoLogoutReasonCode
Logout reason code for automatic agent logout. The reason code is set to 0 by default.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also