IAsyncDisposable public interface IAsyncDisposable Provides a mechanism for releasing unmanaged resources asynchronously. Documentation Code ValueTask DisposeAsync() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.