Skip to content

WrappedTransaction.CommitAsync method

namespace: Serenity.Data   assemblySerenity.Net.Services

Commits actual transaction asynchronously and sets wrapped transaction for related connection to null.

public override Task CommitAsync(CancellationToken cancellationToken = default(CancellationToken))

See Also