Click or drag to resize

PostTransactionBodyLockTimeout Property

The maximum time to wait for required locks to be released, before the transaction times out.

Namespace:  ArangoDBNetStandard.TransactionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public long? LockTimeout { get; set; }

Property Value

Type: NullableInt64
See Also