AdoDataConnectionDisposeAsync Method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.156 -- Release Build+dcdaaebc8db0d076f561458ac184e317c7d68401
public ValueTask DisposeAsync()

Return Value

ValueTask
A task that represents the asynchronous dispose operation.

Implements

IAsyncDisposableDisposeAsync

See Also