PresenceServiceAutoAwayTimeout Property |
The user inactivity timeout period in milliseconds. Used to set up the inactivity timer in runtime.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic uint AutoAwayTimeout { get; set; }
Property Value
Type:
UInt32
Remarks
Time period of user inactivity that triggers automatic publish of local user's presence to 'Away'.
The inactivity implies that user has not been interacting with the client application for the specified amount of time.
If the property value is set to zero, the automatic change of presence state to 'Away' is disabled.
See Also