Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the cached values for a single service type.
Namespace: System.Web.Http.Services
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Overrides Sub ResetCache ( _
serviceType As Type _
)
'Usage
Dim serviceType As Type
Me.ResetCache(serviceType)
protected override void ResetCache(
Type serviceType
)
protected:
virtual void ResetCache(
Type^ serviceType
) override
abstract ResetCache :
serviceType:Type -> unit
override ResetCache :
serviceType:Type -> unit
protected override function ResetCache(
serviceType : Type
)
Parameters
serviceType
Type: System.TypeThe service type.
Remarks
This method is called whenever the user manipulates the service list for a given service type.