ContainerBeginLifetimeScope Method |
Name | Description | |
---|---|---|
BeginLifetimeScope |
Begin a new sub-scope. Instances created via the sub-scope
will be disposed along with it.
| |
BeginLifetimeScope(Object) |
Begin a new sub-scope. Instances created via the sub-scope
will be disposed along with it.
| |
BeginLifetimeScope(ActionContainerBuilder) |
Begin a new nested 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 nested scope, with additional components available to it.
Component instances created via the new scope
will be disposed along with it.
|