Method | Description | |
---|---|---|
Abort ( ) : void |
Aborts the Transaction if it has not already been committed or aborted. This method wraps the native ups_txn_abort function. |
|
Commit ( ) : void |
Commits the Transaction This method wraps the native ups_txn_commit function. |
|
Dispose ( ) : void |
Aborts the Transaction if it has not already been committed or aborted.
|
Method | Description | |
---|---|---|
Transaction ( Environment env, |