Click or drag to resize
IAccessContextTScopeUntilAvailable Method
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.

Namespace: AccessFlow
Assembly: AccessFlow (in AccessFlow.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
Task UntilAvailable()

Return Value

Type: Task
A Task which completes as soon as the whole RequiredAcessScope is owned by the current AccessContext.
Remarks
See Also