AceQLConnection..::..BeginTransactionAsync Method (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.
Namespace:
AceQL.Client.ApiAssembly: AceQL.Client (in AceQL.Client.dll)
Syntax
public Task<AceQLTransaction> BeginTransactionAsync( CancellationToken cancellationToken )
Parameters
- cancellationToken
- Type: CancellationToken
The cancellation instruction.