LockScope Enumeration

The scope of a lock.

Members

Name Value Description
None 0 The entity is not locked
Shared 1 Holding a shared lock blocks other users from acquiring the Exclusive lock on an entity. More than one user may acquire the shared lock.
Exclusive 2 A Lock that blocks other users from making modifications to an entity.

Defined in

Last Updated: 29 November, 2022