Share via


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