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; }
Public Property LockTimeout As Long?
Get
Set
public:
property Nullable<long long> LockTimeout {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member LockTimeout : Nullable<int64> with get, set
Property Value
Type:
NullableInt64See Also