SPWebPartManager.Dispose method

Enables the SPWebPartManager to perform final cleanup before it is released from memory.

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

Syntax

'Declaration
Public Overrides Sub Dispose
'Usage
Dim instance As SPWebPartManager

instance.Dispose()
public override void Dispose()

Implements

IDisposable.Dispose()

Remarks

This override performs final cleanup operations for the SPWebPartManager.

See also

Reference

SPWebPartManager class

SPWebPartManager members

Microsoft.SharePoint.WebPartPages namespace