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)
abstract GetServiceInstances : 
        serviceType:Type -> List<Object> 

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.