Click or drag to resize

ResolveEventType Enumeration

Defines the standard set of in-built resolve events, executed by the CoreEventMiddleware.

Namespace:  Autofac.Core.Resolving.Middleware
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public enum ResolveEventType
Members
  Member nameValueDescription
OnPreparing0 Event type for the OnPreparing event registered by OnPreparing(ActionPreparingEventArgs).
OnActivating1 Event type for the OnActivating event registered by OnActivating(ActionIActivatingEventArgsTLimit).
OnActivated2 Event type for the OnActivated event registered by OnActivated(ActionIActivatedEventArgsTLimit).
OnRelease3 Event type for the OnRelease event registered by OnReleaseTLimit, TActivatorData, TRegistrationStyle(IRegistrationBuilderTLimit, TActivatorData, TRegistrationStyle, ActionTLimit)
See Also