Click or drag to resize

TransactionOptionsGetDurability Method

Gets the transaction durability.

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public int GetDurability()

Return Value

Type: Int32
the transaction durability.
Remarks
Gets the transaction durability.
See Also