Click or drag to resize

TransactionOptions Methods

The TransactionOptions type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGetDefault
Creates a new TransactionOptions configured with default settings.
Public methodGetDurability
Gets the transaction durability.
Public methodGetHashCode (Inherited from Object.)
Public methodGetTimeoutMillis
Gets the timeout in milliseconds.
Public methodGetTransactionType
Gets the TransactionType .
Public methodGetType (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