This topic has not yet been rated - Rate this topic

ServicesContainer.GetServiceInstances Method

Gets a mutable list of service instances of a specified type.

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
protected abstract List<Object> GetServiceInstances(
	Type serviceType
)

Parameters

serviceType
Type: System.Type

The service type.

Return Value

Type: System.Collections.Generic.List<Object>
A mutable list of service instances.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.