AceQL HTTP C# Client SDK v7.7

AceQLCommand..::..ExecuteBatchAsync Method

Overload List


  Name Description
Public method ExecuteBatchAsync(CancellationToken)
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts. The int elements of the array that is returned are ordered to correspond to the commands in the batch, which are ordered according to the order in which they were added to the batch.

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

Public method ExecuteBatchAsync()()()()
Submits a batch of commands to the database for execution and if all commands execute successfully, returns an array of update counts. The int elements of the array that is returned are ordered to correspond to the commands in the batch, which are ordered according to the order in which they were added to the batch.

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