Click or drag to resize

AutofacDependencyResolverGetServices Method

Gets all available instances of a services.

Namespace:  Autofac.Integration.SignalR
Assembly:  Autofac.Integration.SignalR (in Autofac.Integration.SignalR.dll) Version: 3.0.0.0 (3.0.2.0)
Syntax
public virtual IEnumerable<Object> GetServices(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
Type of the service.

Return Value

Type: IEnumerableObject
The list of instances if any were resolved; otherwise, an empty list.
See Also