ChildContextualCreatorExtensionsInChildWithin Method |
Name | Description | |
---|---|---|
![]() ![]() | InChildWithinTScope, TChild(IChildContextualCreatorTScope, TChild, ActionTChild) |
Creates a new child contextual from parent
with the same access scope as parent and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
|
![]() ![]() | InChildWithinTResult, TScope, TChild(IChildContextualCreatorTScope, TChild, FuncTChild, TaskTResult) |
Creates a new child contextual from parent
with the same access scope as parent and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
The result of content is passed as result.
|
![]() ![]() | InChildWithinTScope, TChild(IChildContextualCreatorTScope, TChild, FuncTChild, Task) |
Creates a new child contextual from parent
with the same access scope as parent and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
|
![]() ![]() | InChildWithinTResult, TScope, TChild(IChildContextualCreatorTScope, TChild, FuncTChild, TResult) |
Creates a new child contextual from parent
with the same access scope as parent and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
The result of content is passed as result.
|
![]() ![]() | InChildWithinTScope, TChild(IChildContextualCreatorTScope, TChild, TScope, ActionTChild) |
Creates a new child contextual from parent
with an access scope of the intersection of
the access scope of parent and
maximumAccessScope and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
|
![]() ![]() | InChildWithinTResult, TScope, TChild(IChildContextualCreatorTScope, TChild, TScope, FuncTChild, TaskTResult) |
Creates a new child contextual from parent
with an access scope of the intersection of
the access scope of parent and
maximumAccessScope and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
The result of content is passed as result.
|
![]() ![]() | InChildWithinTScope, TChild(IChildContextualCreatorTScope, TChild, TScope, FuncTChild, Task) |
Creates a new child contextual from parent
with an access scope of the intersection of
the access scope of parent and
maximumAccessScope and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
|
![]() ![]() | InChildWithinTResult, TScope, TChild(IChildContextualCreatorTScope, TChild, TScope, FuncTChild, TResult) |
Creates a new child contextual from parent
with an access scope of the intersection of
the access scope of parent and
maximumAccessScope and
executes content
with the new created child contextual.
After content has finished,
the child contextual is disposed.
The result of content is passed as result.
|