Click or drag to resize

ITransactionApiClientGetAllRunningTransactions Method

Get currently running transactions.

Namespace:  ArangoDBNetStandard.TransactionApi
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
Task<StreamTransactions> GetAllRunningTransactions()

Return Value

Type: TaskStreamTransactions
Response from ArangoDB with all running transactions.
Remarks
https://www.arangodb.com/docs/stable/http/transaction-stream-transaction.html#get-currently-running-transactions
See Also