CommitTransaction Method
- Last UpdatedNov 06, 2025
- 1 minute read
The CommitTransaction() 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 committed to the database.
'Declaration
Public Shared Sub CommitTransaction()
'Usage
Transaction.CommitTransaction()
public static void CommitTransaction()