Click or drag to resize
IAccessContextTScopeUntilAvailable Method
Overload List
  NameDescription
Public methodUntilAvailable
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.
Public methodUntilAvailable(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.
Top
See Also