Click or drag to resize

ContainerProviderContainerDisposer Property

Gets the disposer associated with this ILifetimeScope. Component instances can be associated with it manually if required.

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public IDisposer Disposer { get; }

Property Value

Type: IDisposer

[Missing <value> documentation for "P:Autofac.Integration.Web.ContainerProviderContainer.Disposer"]

Implements

ILifetimeScopeDisposer
Remarks
Typical usage does not require interaction with this member- it is used when extending the container.
See Also