SPHttpApplication.DeregisterGetVaryByCustomStringHandler Method

Deregisters an IVaryByCustomHandler so that it is no longer used by GetVaryByCustomString.

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub DeregisterGetVaryByCustomStringHandler ( _
    handler As IVaryByCustomHandler _
)
'Usage
Dim instance As SPHttpApplication
Dim handler As IVaryByCustomHandler

instance.DeregisterGetVaryByCustomStringHandler(handler)
public void DeregisterGetVaryByCustomStringHandler(
    IVaryByCustomHandler handler
)

Parameters

See Also

Reference

SPHttpApplication Class

SPHttpApplication Members

Microsoft.SharePoint.ApplicationRuntime Namespace