Click or drag to resize

TransactionOptions Class

Contains the configuration for a transaction
Inheritance Hierarchy
SystemObject
  Hazelcast.TransactionTransactionOptions

Namespace:  Hazelcast.Transaction
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntax
public sealed class TransactionOptions

The TransactionOptions type exposes the following members.

Constructors
  NameDescription
Public methodTransactionOptions
Creates a new default configured TransactionsOptions.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetDefault
Creates a new TransactionOptions configured with default settings.
Public methodGetDurability
Gets the transaction durability.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTimeoutMillis
Gets the timeout in milliseconds.
Public methodGetTransactionType
Gets the TransactionType .
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetDurability
Sets the transaction durability.
Public methodSetTimeout
Sets the timeout.
Public methodSetTransactionType
Sets the TransactionType . A local transaction is less safe than a two phase transaction; when a member fails during the commit of a local transaction, it could be that some of the changes are committed, while others are not and this can leave your system in an inconsistent state.
Public methodToString (Overrides ObjectToString.)
Top
See Also