'Declaration Public Enum LockType Inherits System.Enum
public enum LockType : System.Enum
'Declaration Public Enum LockType Inherits System.Enum
public enum LockType : System.Enum
Member | Description |
---|---|
Exclusive | LOCK_EXCLUSIVE |
OnlyOnce | LOCK_ONLYONCE |
Write | LOCK_WRITE |
System.Object
System.ValueType
System.Enum
C1.Util.DX.Storage.LockType