Skip to content

TransactionlessUnitOfWork.CommitAsync method

Does nothing other than calling onCommit events asynchronously as there is no underlying transaction.

public Task CommitAsync(CancellationToken _ = default)

See Also