Used to set the transaction to be used by the SendEvent method.
property Transaction: TIBCTransaction stored IsTransactionStored;
Use the Transaction property to set the transaction to be used by the SendEvent method. Events are transaction-based. This means that the waiting connection does not get event until the transaction posting the event commits.