Show / Hide Table of Contents

    IAdoDbConnection.CloseAsync() Method

    .NET Standard 2.x

    Asynchronously closes the connection to the database.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Overloads

    Method Description
    Task<bool> CloseAsync() Asynchronously closes the connection to the database.
    Task<bool> CloseAsync(CancellationToken cancellationToken) Asynchronously closes the connection to the database.
    Back to top Generated by Appeon