Click or drag to resize

PresenceConfigurationAutoAwayTimeout Property

The user inactivity timeout period in milliseconds. Used to set up the inactivity timer.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public uint AutoAwayTimeout { get; set; }

Property Value

Type: UInt32
Remarks
Inactivity timer is used to automatically change the user's presence state to 'away' if the user is inactive, i.e. not using the device with the installed application. When the timer fires, the user's presence is set to the 'away' state. If zero value is specified, the inactivity timer is disabled.
See Also