TransactionOptionsTransactionType EnumerationHazelcast .Net Client Class Library

Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
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

Reference