Interface IAsyncDisposable
Provides a mechanism for releasing unmanaged resources asynchronously.
Namespace: LinqToDB.Async
Assembly: linq2db.dll
Syntax
public interface IAsyncDisposable
Methods
| Improve this Doc View SourceDisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
Declaration
Task DisposeAsync()
Returns
Type | Description |
---|---|
Task |