Click or drag to resize

LifetimeScopeBeginLifetimeScope Method

Overload List
  NameDescription
Public methodBeginLifetimeScope
Begin a new anonymous sub-scope. Instances created via the sub-scope will be disposed along with it.
Public methodBeginLifetimeScope(Object)
Begin a new tagged sub-scope. Instances created via the sub-scope will be disposed along with it.
Public methodCode exampleBeginLifetimeScope(ActionContainerBuilder)
Begin a new anonymous sub-scope, with additional components available to it. Component instances created via the new scope will be disposed along with it.
Public methodCode exampleBeginLifetimeScope(Object, ActionContainerBuilder)
Begin a new tagged sub-scope, with additional components available to it. Component instances created via the new scope will be disposed along with it.
Top
See Also