LifetimeScopeBeginLifetimeScope Method |
| Name | Description | |
|---|---|---|
| BeginLifetimeScope |
Begin a new anonymous sub-scope. Instances created via the sub-scope
will be disposed along with it.
| |
| BeginLifetimeScope(Object) |
Begin a new tagged sub-scope. Instances created via the sub-scope
will be disposed along with it.
| |
| BeginLifetimeScope(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.
| |
| BeginLifetimeScope(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.
|