TransactionOptions.TransactionType Enum
Namespace: Hazelcast.Transactions
Assembly: Hazelcast.Net.dll
public enum TransactionOptions.TransactionType
Fields
OnePhase | Commits the transaction in one single final phase. |
TwoPhase | Commits the transaction in two distinct phases. |