Click or drag to resize

AutofacInstanceContextResolveComponent Method

Resolve an instance of the provided registration within the context.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public Object ResolveComponent(
	ResolveRequest request
)

Parameters

request
Type: AutofacResolveRequest
The resolve request.

Return Value

Type: Object
The component instance.

Implements

IComponentContextResolveComponent(ResolveRequest)
Exceptions
See Also