Click or drag to resize

ResolveRequestContextRequestCompleting Event

Provides an event that will fire when the current request completes. Requests will only be considered 'complete' when the overall IResolveOperation is completing.

Namespace:  Autofac.Core.Resolving.Pipeline
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public abstract event EventHandler<ResolveRequestCompletingEventArgs> RequestCompleting

Value

Type: SystemEventHandlerResolveRequestCompletingEventArgs
See Also