Dispose of the object.
[C#]void Dispose()[Visual Basic]Sub Dispose()
void Dispose()
Sub Dispose()
You can call this method to explicitly dispose of an object and reduce the garbage collection overhead.
This method disposes of the Operation.
Do not attempt to use an object after calling Dispose.
None.
Submit feedback about this site to: