If the automatic disconnection is enable, the V5 session will be kill after a user-defined duration of inactivity.
Properties
- Property ActivationState() As
-
Returns or sets the activation state of automatic disconnection.
Role:Returns or sets the activation mode of automatic disconnection. - Property InactivityDuration() As
-
Returns or sets the inactivity duration.
Role: Returns or sets the timeout in seconds before the automatic disconnection when no activity has been detected, if the mechanism is enabled.
Methods
- Func GetActivationStateInfo( AdminLevel, oLocked) As
-
Retrieves informations about the activation mode of automatic disconnection.
Refer to for a detailled description. - Func GetInactivityDurationInfo( AdminLevel, oLocked) As
-
Retrieves environment informations for inactivity duration.
Refer to for a detailled description. - Sub SetActivationStateLock( iLocked)
-
Locks or unlocks the activation mode of automatic disconnection.
Refer to for a detailled description. - Sub SetInactivityDurationLock( iLocked)
-
Locks or unlocks the inactivity duration.
Refer to for a detailled description.