GetIBTransactionIDforAE method: IntBroker class
Syntax
GetIBTransactionIDforAE(OperID, RunCtlID)
Description
Use this method to get the Integration Broker transaction ID from within an Application Engine program. You can use this transaction ID to instantiate a message object and thereby retrieve the message content data.
Parameters
| Parameter | Description |
|---|---|
|
OperID |
Specifies the operator ID for the Application Engine program as a string. |
|
RunCtlID |
Specifies the run control ID for the Application Engine program as a string. |
Returns
A string representing the transaction ID.
Example
&TransID = %IntBroker.GetIBTransactionIDforAE(&opid, &runid);
&Msg = %IntBroker.GetMessage(&TransID, %IntBroker_SUB);