Click or drag to resize
IAccessContextTScope Methods

The IAccessContextTScope generic type exposes the following members.

Methods
  NameDescription
Public methodCreateChild
Creates a child contextual with an access scope of accessScope.
(Inherited from IChildContextualCreatorTScope, TChild.)
Public methodCreateChildWithin
Creates a child contextual with the same access scope as the parent.
(Inherited from IChildContextualCreatorTScope, TChild.)
Public methodCreateChildWithin(TScope)
Creates a child contextual with same access scope as the intersection of the access scope of the parent and maximumAccessScope.
(Inherited from IChildContextualCreatorTScope, TChild.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodIntersectRequiredScopeWith
Reduces the access scope of the current instance to the intersection of the current RequiredScope with maximumAccessScope.
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