LockState Enumeration

The state of a lock.

Members

Name Value Description
Exclusive A Lock that permits modifications to an element and blocks other users from making modifications to it.
Holding an exclusive lock on an "owner" (a model or a parent element), implicitly exclusively locks all its members.
None The element is not locked
Shared Holding a shared lock on an element blocks other users from acquiring the Exclusive lock it. More than one user may acquire the shared lock.

Defined in

Last Updated: 18 April, 2024