IActorController Methods |
The IActorController 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.
(Inherited from IConcurrencyController.) | |
AcquireAccessAsync |
Asynchronously acquires access on the entity for the current thread and returns an async awaiter.
(Inherited from IConcurrencyController.) | |
CheckAccess |
Determines whether the current thread has a specified level of access to the entity.
(Inherited from IConcurrencyController.) | |
RequireAccess |
Determines whether the current thread has a specified level of access to the entity and throws an exception if not.
(Inherited from IConcurrencyController.) |