Show / Hide Table of Contents

    IAdoDbTransaction.CommitAsync(CancellationToken cancellationToken) Method

    .NET Standard 2.1 or higher

    Asynchronously commits the database transaction.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    Task CommitAsync(CancellationToken cancellationToken);
    

    Parameters

    cancellationToken CancellationToken

    A cancellation token that can be used by other objects or threads to receive notice of cancellation.

    Returns

    Task

    Returns a task that represents the asynchronous operation.

    Applies to

    .NET Standard

    2.1 or higher

    Back to top Generated by Appeon