GetArchIBInfoData method: IntBroker class
Syntax
GetArchIBInfoData(TransactionId, ParentTransactionId)
Description
Use the GetArchIBInfoData method to retrieve return archived IBInfo data.
Note:
This method shouldn't be used in standard message processing. It should only be used when accessing archived messages.
Parameters
| Parameter | Description |
|---|---|
|
TransactionId |
Specify the transaction ID of the archived message you want to retrieve. |
|
ParentTransactionId |
Specify the parent transaction ID, for the message. |
Returns
An XML string containing the archived data.
Related Topics