Click or drag to resize

TransactionApiClientGetTransactionStatus Method

Get the status of a transaction.

Namespace:  ArangoDBNetStandard.TransactionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public virtual Task<StreamTransactionResponse> GetTransactionStatus(
	string transactionId
)

Parameters

transactionId
Type: SystemString
The transaction identifier.

Return Value

Type: TaskStreamTransactionResponse
Response from ArangoDB with the status of a transaction.

Implements

ITransactionApiClientGetTransactionStatus(String)
Exceptions
ExceptionCondition
ApiErrorExceptionWith ErrorNum 10 if the transaction is not found.
Remarks
https://www.arangodb.com/docs/stable/http/transaction-stream-transaction.html#get-transaction-status
See Also