IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API SpecificationThe IGridTransaction type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Begin |
Begins a new transaction.
|
![]() | Commit |
Commits a transaction.
|
![]() | Flush |
Apply the current changes to the server without committing the transaction.
|
![]() | MarkRollbackOnly |
Marks the current transaction as being rollback only.
|
![]() | Rollback |
Rolls back a transaction.
|
Properties
Name | Description | |
---|---|---|
![]() | Active |
Determines if a transaction is currently active.
|
![]() | MarkedRollbackOnly |
Determines if a transaction is roll back only.
|
![]() | TransactionIsolationLevel |
Gets or sets the transaction isolation level.
|
![]() | TransactionTimeout |
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 |
See Also