Свойство | Type | Description | |
---|---|---|---|
CheckIfPending | void | ||
CommitAsyncInternal | Task |
Méthode | Description | |
---|---|---|
Cancel ( ) : void |
Cancels the execution of this batch.
|
|
Commit ( ) : void |
Commits the database transaction.
|
|
CommitAsync ( ) : Task |
Commits the database transaction asynchronously.
|
|
CommitAsync ( |
Commits the database transaction asynchronously.
|
|
CqlBatchTransaction ( ) : System |
Initializes a new instance of the CqlBatchTransaction class.
|
|
CqlBatchTransaction ( |
Initializes a new instance of the CqlBatchTransaction class.
|
|
Reset ( ) : void |
Resets this transaction. This clears the list of commands that are part of the transaction, and brings the transaction in the same state as if it was newly created
|
|
Rollback ( ) : void |
Rolls back a transaction from a pending state.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
Méthode | Description | |
---|---|---|
CheckIfPending ( ) : void |
Checks wether this transaction is in the pending state
|
|
CommitAsyncInternal ( |
Performs the actual asynchronous commit operation
|
public CommitAsync ( |
||
cancellationToken | The cancellation token. | |
Résultat | Task |
public CqlBatchTransaction ( |
||
connection | The connection. | |
batchType | CqlBatchType | Type of the batch. |
consistency | CqlConsistency | The consistency. |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |