Expand Minimize
This topic has not yet been rated - Rate this topic

WebPart.Dispose method

Releases all resources used by the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public override void Dispose()

Implements

IDisposable.Dispose()

Override the Dispose method when you want to explicitly free memory for your Web Part and its associated system resources (if any). Use this method if it is necessary to explicitly clean up instead of waiting for the garbage collector to call the Web Part infrastructure's destructor.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.