Click or drag to resize
AgentConfigurationAutoLogoutOnStop Property
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.

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

Property Value

Type: Boolean
See Also