Enum SharedLock.LockState

The state of the lock, as returned by state.

enum LockState : int { ... }

Enum members

NameDescription
Exclusive Lock is in exclusive mode.
Shared Lock is in shared mode
SharedWithExclusivePending Lock is in shared mode, and there are fibers waiting to lock it exclusively
Unlocked Lock is unlocked