PublishingHttpModule.Dispose method

Releases any resources that the ASP.NETIHttpModule interface is holding.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub Dispose
'Usage
Dim instance As PublishingHttpModule

instance.Dispose()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void Dispose()

Implements

IHttpModule.Dispose()

See also

Reference

PublishingHttpModule class

PublishingHttpModule members

Microsoft.SharePoint.Publishing namespace

PublishingHttpModule