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

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

Parameters

scopeToOwn
Type: TScope
The access scope to own by the current instance.

Return Value

Type: Task
A Task which completes as soon as the given access scope is owned by the current AccessContext.
Remarks
See Also