Click or drag to resize

ContainerProviderContainerCurrentScopeEnding Event

Fired when this scope is ending.

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public event EventHandler<LifetimeScopeEndingEventArgs> CurrentScopeEnding

Value

Type: SystemEventHandlerLifetimeScopeEndingEventArgs

Implements

ILifetimeScopeCurrentScopeEnding
See Also