Click or drag to resize
ChildContextualCreatorExtensionsInChild Method
Overload List
  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 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 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, 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.
Top
See Also