AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLConnection..::..BeginTransactionAsync Method

Overload List


  Name Description
Public method BeginTransactionAsync(CancellationToken)
Initializes a AceQLTransactionobject. This will put the remote connection in auto commit mode off.

The cancellation token can be used to can be used to request that the operation be abandoned before the http request timeout.

Public method BeginTransactionAsync()()()()
Initializes a AceQLTransactionobject. This will put the remote connection in auto commit mode off.
Public method BeginTransactionAsync(IsolationLevel, CancellationToken)
Initializes a new AceQLTransactionobject with the specified isolation level. This will put the remote connection in auto commit mode off.

The cancellation token can be used to can be used to request that the operation be abandoned before the http request timeout.

Public method BeginTransactionAsync(IsolationLevel)
Initializes a new AceQLTransactionobject with the specified isolation level. This will put the remote connection in auto commit mode off.