Click or drag to resize

MultitenantContainerChildLifetimeScopeBeginning Event

Fired when a new scope based on the current scope is beginning.

Namespace:  Autofac.Multitenant
Assembly:  Autofac.Multitenant (in Autofac.Multitenant.dll) Version: 6.0.0+9a36082eb9b91dac82616d9efefa940b8c375948
Syntax
public event EventHandler<LifetimeScopeBeginningEventArgs> ChildLifetimeScopeBeginning

Value

Type: SystemEventHandlerLifetimeScopeBeginningEventArgs

Implements

ILifetimeScopeChildLifetimeScopeBeginning
See Also