Enum containing scope parameter of Session.lock
scope
Example:
// Get the ALL_FIXED_PROPERTIES key var scope = diffusion.locks.SessionLockScope.UNLOCK_ON_SESSION_LOSS;
6.2
The lock will be released when the acquiring session loses its current connection to the server.
The lock will be released when the acquiring session is closed.
Enum containing
scope
parameter of Session.lockExample:
// Get the ALL_FIXED_PROPERTIES key var scope = diffusion.locks.SessionLockScope.UNLOCK_ON_SESSION_LOSS;
6.2