Discuss this help topic in SecureBlackbox Forum
This event is fired when the component yields execution to the application.
Declaration
Description
This event is fired by TElAS2Client when the component needs to process Windows messages or give away the time slice to application.
Return
True if AS2 client can continue or
False if blocking operation must be stopped.
Use this callback function if you wish to process all incoming messages yourself
while TElAS2Client waits for synchronous server response. If this property is
set to nil (null, Nothing), TElAS2Client uses its internal message loop to peek and dispatch messages.