IAsyncDisposableDisposeAsync Method |
Namespace: Rackspace.Threading
This method should perform the same operation as Dispose, with the following key differences.
Notes to Implementers |
---|
To prevent finalization of the object while an asynchronous dispose operation is ongoing, the Task returned by this method should retain a reference to the object until the operation is complete. |