AbortTransaction Method
- Last UpdatedMar 17, 2026
- 1 minute read
The AbortTransaction() method ends a Transaction that was previously started on the Middleware Server. All the MES API calls that were made on this thread since calling BeginTransaction will be aborted and not written to the database.
'Declaration
Public Shared Sub AbortTransaction()
'Usage
Transaction.AbortTransaction()
public static void AbortTransaction()