TransactionOptions MethodsHazelcast .Net Client Class Library

The TransactionOptions type exposes the following members.

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 a hash function for a particular type.
(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

Reference