SPLongOperation.Dispose method
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Overload list
Name | Description | |
---|---|---|
Dispose() | 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. | |
Dispose(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. |
Top