AceQL HTTP C# Client SDK v7.7

AceQLConnection..::..BeginTransactionAsync Method (IsolationLevel)

Initializes a new AceQLTransactionobject with the specified isolation level. This will put the remote connection in auto commit mode off.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public Task<AceQLTransaction> BeginTransactionAsync(
	IsolationLevel isolationLevel
)

Parameters

isolationLevel
Type: AceQL.Client.Api..::..IsolationLevel
The isolation level.

Return Value

A new AceQLTransaction object.

Exceptions


ExceptionCondition
AceQL.Client.Api..::..AceQLExceptionIf any Exception occurs.