SPLongOperation.Dispose method (Boolean)
Indicates to the server that the IDisposable object (and its associated image and text resources) are no longer needed and should be disposed of by the system.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable Sub Dispose ( _
disposing As Boolean _
)
'Usage
Dim disposing As Boolean
Me.Dispose(disposing)
protected virtual void Dispose(
bool disposing
)
Parameters
disposing
Type: System.Booleantrue if the managed resources should be disposed; otherwise, false.