Dispose of the object.
[C#] void Dispose()
void 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.