Interface IAsyncDisposable
Provides a mechanism for releasing unmanaged resources asynchronously.
public interface IAsyncDisposable
- Extension Methods
Methods
DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
Task DisposeAsync()