Click or drag to resize

AutofacInstanceProviderGetInstance Method (InstanceContext)

Returns a service object given the specified InstanceContext object.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public Object GetInstance(
	InstanceContext instanceContext
)

Parameters

instanceContext
Type: System.ServiceModelInstanceContext
The current InstanceContext object.

Return Value

Type: Object
A user-defined service object.

Implements

IInstanceProviderGetInstance(InstanceContext)
See Also