Show / Hide Table of Contents

Class Transaction

Helper class for ITransaction

Inheritance
System.Object
Transaction
Namespace: Reaqtor.QueryEngine
Assembly: Reaqtor.QueryEngine.dll
Syntax
public static class Transaction : Object

Methods

CommitAsync(ITransaction)

Commit the transaction without a cancellation token.

Declaration
public static Task CommitAsync(this ITransaction transaction)
Parameters
Type Name Description
ITransaction transaction

The transaction to commit.

Returns
Type Description
System.Threading.Tasks.Task

A task representing the eventual completion of the commit.

In This Article
Back to top Generated by DocFX