Click or drag to resize

LockStates Enumeration

Meta Info - Lock States

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public enum LockStates
Request Example View Source
Members
  Member nameValueDescription
Unlocked0 Unlocked
LockedByCurrentSession1 Locked by current session
LockedByOtherSession2 Locked by other session
PreventedByCurrentSession3 Prevented by current session
PreventedByOtherSession4 Prevented by other session
Remarks
It's not allowed to edit objects locked by other session.
See Also