Click or drag to resize

ContainerProviderContainerBeginLifetimeScope Method

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

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public ILifetimeScope BeginLifetimeScope()

Return Value

Type: ILifetimeScope
A new lifetime scope.

Implements

ILifetimeScopeBeginLifetimeScope
See Also