Click or drag to resize
ChildContextualCreatorExtensions Methods
Methods
  NameDescription
Public methodStatic memberInChildTScope, TChild(IChildContextualCreatorTScope, TChild, TScope, ActionTChild)
Creates a new child contextual from parent with an access scope of subScope and executes content with the new created child contextual. After content has finished, the child contextual is disposed.
Public methodStatic memberInChildTScope, TChild(IChildContextualCreatorTScope, TChild, TScope, FuncTChild, Task)
Creates a new child contextual from parent with an access scope of subScope and executes content with the new created child contextual. After content has finished, the child contextual is disposed.
Public methodStatic memberInChildTResult, TScope, TChild(IChildContextualCreatorTScope, TChild, TScope, FuncTChild, TaskTResult)
Creates a new child contextual from parent with an access scope of subScope 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.
Public methodStatic memberInChildTResult, TScope, TChild(IChildContextualCreatorTScope, TChild, TScope, FuncTChild, TResult)
Creates a new child contextual from parent with an access scope of subScope 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.
Public methodStatic memberInChildWithinTScope, 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.
Public methodStatic memberInChildWithinTScope, 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.
Public methodStatic memberInChildWithinTScope, 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.
Public methodStatic memberInChildWithinTScope, 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.
Public methodStatic memberInChildWithinTResult, 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.
Public methodStatic memberInChildWithinTResult, 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.
Public methodStatic memberInChildWithinTResult, 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.
Public methodStatic memberInChildWithinTResult, 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.
Top
See Also