Autofac .NET Inversion of Control Container
BeginLifetimeScope Method
NamespacesAutofacILifetimeScopeBeginLifetimeScope()()()
Begin a new nested scope. Component instances created via the new scope will be disposed along with it.
Declaration Syntax
C#Visual BasicVisual C++
ILifetimeScope BeginLifetimeScope()
Function BeginLifetimeScope As ILifetimeScope
ILifetimeScope^ BeginLifetimeScope()
Return Value
A new lifetime scope.

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