Click or drag to resize

ResolveRequest Constructor

Initializes a new instance of the ResolveRequest class.

Namespace:  Autofac
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public ResolveRequest(
	Service service,
	ServiceRegistration serviceRegistration,
	IEnumerable<Parameter> parameters,
	IComponentRegistration decoratorTarget = null
)

Parameters

service
Type: Autofac.CoreService
The service being resolved.
serviceRegistration
Type: Autofac.CoreServiceRegistration
The component registration for the service.
parameters
Type: System.Collections.GenericIEnumerableParameter
The parameters used when resolving the service.
decoratorTarget (Optional)
Type: Autofac.CoreIComponentRegistration
The target component to be decorated.
See Also