This topic has not yet been rated - Rate this topic

ServicesContainer.Clear Method

Removes all the service instances of the given service type.

Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
public function Clear(
	serviceType : Type
)

Parameters

serviceType
Type: System.Type

The service type to clear from the services list.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.