AutofacDependencyResolver Constructor |
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
)
Public Sub New (
lifetimeScope As ILifetimeScope
)
Parameters
- lifetimeScope
- Type: AutofacILifetimeScope
The lifetime scope that services will be resolved from.
Exceptions See Also