IGridTransaction MembersIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

The IGridTransaction type exposes the following members.
Methods

  NameDescription
Public methodBegin
Begins a new transaction.
Public methodCommit
Commits a transaction.
Public methodFlush
Apply the current changes to the server without committing the transaction.
Public methodMarkRollbackOnly
Marks the current transaction as being rollback only.
Public methodRollback
Rolls back a transaction.
Back to Top
Properties

  NameDescription
Public propertyActive
Determines if a transaction is currently active.
Public propertyMarkedRollbackOnly
Determines if a transaction is roll back only.
Public propertyTransactionIsolationLevel
Gets or sets the transaction isolation level.
Public propertyTransactionTimeout
Gets or sets the amount of time in which a transaction must complete. To use an unlimited transaction timeout value, set the value to TimeSpan.Zero
Back to Top
See Also