GigaSpaces XAP.NET Documentation
Abort Method
Class LibraryGigaSpaces.CoreITransactionAbort()()()
Abort the transaction.
Declaration Syntax
C#Visual BasicVisual C++J#
void Abort()
Sub Abort
void Abort()
void Abort()
Exceptions
ExceptionCondition
UnknownTransactionException The transaction is unknown to the manager. This may be because the transaction ID was incorrect, or because the transaction has proceeded to cleanup due to an earlier commit or abort, and has been forgotten.
CannotAbortExceptionThe transaction has already been committed.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)