| IAccessContextTScopeUntilAvailable Method |
| Name | Description | |
|---|---|---|
| UntilAvailable |
Returns a Task
which completes as soon as the whole RequiredAcessScope
is owned by the current AccessContext
so that subsequent operations may actually modify
the resource managed by AccessFlow.
| |
| UntilAvailable(TScope) |
Returns a Task
which completes as soon as the scopeToOwn
is owned by the current instance
so that subsequent operations may actually modify
the resource managed by AccessFlow.
|