This topic has not yet been rated - Rate this topic

ServicesContainer::IsSingleService Method

Determine whether the service type should be fetched with GetService or GetServices.

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
public:
virtual bool IsSingleService(
	Type^ serviceType
) abstract

Parameters

serviceType
Type: System::Type

type of service to query

Return Value

Type: System::Boolean
true iff the service is singular.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.