Table of Contents

Interface IAsyncDisposable

Namespace
LinqToDB.Async
Assembly
linq2db.dll

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()

Returns

Task