Click or drag to resize

AutofacInstanceContextResolve Method

Retrieve a service instance from the context.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public Object Resolve(
	ServiceImplementationData serviceData
)

Parameters

serviceData
Type: Autofac.Integration.WcfServiceImplementationData
Data object containing information about how to resolve the service implementation instance.

Return Value

Type: Object
The service instance.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if serviceData is .
See Also