IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API SpecificationThe IGridTransaction type exposes the following members.
Back to Top
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