Click or drag to resize

TransactionOptionsTransactionType Enumeration

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public enum TransactionType
Members
  Member nameValueDescription
TwoPhase1The two phase commit is separated in 2 parts.
Local2 Obsolete.
OnePhase2The one phase transaction executes a transaction using a single step at the end; committing the changes.
See Also