Click or drag to resize

AutofacInstanceContext Constructor

Initializes a new instance of the AutofacInstanceContext class.

Namespace:  Autofac.Integration.Wcf
Assembly:  Autofac.Integration.Wcf (in Autofac.Integration.Wcf.dll) Version: 6.0.0+691de191498a27e1db2c331d318e19150e41288c
Syntax
public AutofacInstanceContext(
	ILifetimeScope container
)

Parameters

container
Type: AutofacILifetimeScope
The outer container/lifetime scope from which the instance scope will be created.
See Also