DefaultServices.ResetCache Method (Type)

 

Removes the cached values for a single service type.

Namespace:   System.Web.Http.Services
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

protected override void ResetCache(
    Type serviceType
)
protected:
virtual void ResetCache(
    Type^ serviceType
) override
override ResetCache : 
        serviceType:Type -> unit
Protected Overrides Sub ResetCache (
    serviceType As Type
)

Parameters

See Also

DefaultServices Class
System.Web.Http.Services Namespace

Return to top