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
)
Protected Overrides Function DoGetAllInstances (
serviceType As Type
) As IEnumerable(Of Object)
Parameters
- serviceType
- Type: SystemType
Type of instance requested.
Return Value
Type:
IEnumerableObjectSequence of service instance objects.
Exceptions See Also