EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.OnMessageLoop

TElAS2Client    


 

This event is fired when the component yields execution to the application.

 
 

Declaration

[C#]
    event TElMessageLoopEvent OnMessageLoop;
    delegate bool TElMessageLoopEvent();

[VB.NET]
    Event OnMessageLoop As TElMessageLoopEvent
    Delegate Function TElMessageLoopEvent() As Boolean

[Pascal]
    property OnMessageLoop : TElMessageLoopEvent;
    TElMessageLoopEvent = function: boolean of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

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.

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation