Click or drag to resize

AutofacServiceLocatorDoGetAllInstances Method

Resolves all requested service instances.

Namespace:  Autofac.Extras.CommonServiceLocator
Assembly:  Autofac.Extras.CommonServiceLocator (in Autofac.Extras.CommonServiceLocator.dll) Version: 6.0.1+cbf7aec014129cc35f41fd7c7acb740dd2515df2
Syntax
protected override IEnumerable<Object> DoGetAllInstances(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
Type of instance requested.

Return Value

Type: IEnumerableObject
Sequence of service instance objects.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if serviceType is .
See Also