Click or drag to resize

AutofacDependencyResolver Constructor

Initializes a new instance of the AutofacDependencyResolver class.

Namespace:  Autofac.Integration.SignalR
Assembly:  Autofac.Integration.SignalR (in Autofac.Integration.SignalR.dll) Version: 3.0.0.0 (3.0.2.0)
Syntax
public AutofacDependencyResolver(
	ILifetimeScope lifetimeScope
)

Parameters

lifetimeScope
Type: AutofacILifetimeScope
The lifetime scope that services will be resolved from.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if lifetimeScope is .
See Also