Click or drag to resize
DigitalRuneServiceLocatorImplBaseDoGetAllInstances Method
When implemented by inheriting classes, this method will do the actual work of resolving all the requested service instances.

Namespace: Microsoft.Practices.ServiceLocation
Assembly: Microsoft.Practices.ServiceLocation (in Microsoft.Practices.ServiceLocation.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
protected abstract IEnumerable<Object> DoGetAllInstances(
	Type serviceType
)

Parameters

serviceType
Type: SystemType
Type of service requested.

Return Value

Type: IEnumerableObject
Sequence of service instance objects.
See Also