IConcurrencyController Methods |
The IConcurrencyController type exposes the following members.

Name | Description | |
---|---|---|
![]() | AcquireAccess |
Acquires access on the entity for the current thread and waits synchronously if access cannot be immediately acquired.
|
![]() | AcquireAccessAsync |
Asynchronously acquires access on the entity for the current thread and returns an async awaiter.
|
![]() | CheckAccess |
Determines whether the current thread has a specified level of access to the entity.
|
![]() | RequireAccess |
Determines whether the current thread has a specified level of access to the entity and throws an exception if not.
|
