Interface IAsyncDisposable
- Namespace
- Microsoft.VisualStudio.Threading
- Assembly
- Microsoft.VisualStudio.Threading.dll
Defines an asynchronous method to release allocated resources.
public interface IAsyncDisposable
Remarks
Consider implementing IAsyncDisposable instead.
Methods
DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
Task DisposeAsync()