Click or drag to resize
IAsyncDatabaseConnectionDisposeAsync Method
Shutdown the underlying operations queue used by the IAsyncDatabaseConnection and prevents the queuing of additional database access requests. Requests to access the database prior to the call to DisposeAsync are allowed to complete, after which underlying IDatabaseConnection is disposed.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty.Async (in SQLitePCL.pretty.Async.dll) Version: 1.0.0.0 (1.0.0)
Syntax
Task DisposeAsync()

Return Value

Type: Task
A task which completes once all previously queue operations are completed and the underlyingIDatabaseConnection is disposed.
See Also