DeleteOrphanedSegments method: IntBroker class
Syntax
DeleteOrphanedSegments(TransactionId)
Description
Use the DeleteOrphanedSegments method to delete segments that might have been orphaned if you were processing message segments using a Application Engine program that had to be restarted. Since each segment is committed to the database, if the application engine program is aborted, these segments need to be deleted from the database.
Parameters
| Parameter | Description |
|---|---|
|
TransactionId |
Specify the transaction ID that identifies the message which contains the segments you want to delete. |
Returns
A Boolean value: true if the method completes successfully, false otherwise.