Autofac .NET Inversion of Control Container
BeginLifetimeScope Method
NamespacesAutofacILifetimeScopeBeginLifetimeScope()()()
Members
IconMemberDescription
BeginLifetimeScope()()()
Begin a new nested scope. Component instances created via the new scope will be disposed along with it.

BeginLifetimeScope(Object)
Begin a new nested scope. Component instances created via the new scope will be disposed along with it.

BeginLifetimeScope(Action<(Of <(ContainerBuilder>)>))
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, Action<(Of <(ContainerBuilder>)>))
Begin a new nested scope, with additional components available to it. Component instances created via the new scope will be disposed along with it.

Assembly: Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)