This topic has not yet been rated - Rate this topic

DefaultServices.ResetCache Method

Removes the cached values for a single service type.

Namespace:  System.Web.Http.Services
Assembly:  System.Web.Http (in System.Web.Http.dll)
protected override void ResetCache(
	Type serviceType
)

Parameters

serviceType
Type: System.Type

The service type.

This method is called whenever the user manipulates the service list for a given service type.

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