EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.MessageLoop

TElSimpleSSHClient    


 

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

 
 

Declaration

[C#]
    event TSBSftpMessageLoopEvent MessageLoop;
    delegate bool TSBSftpMessageLoopEvent();

[VB.NET]
    Event MessageLoop As TSBSftpMessageLoopEvent
    Delegate Function TSBSftpMessageLoopEvent() As Boolean

[Pascal]
    property MessageLoop : TSBSftpMessageLoopEvent;
    TSBSftpMessageLoopEvent = function : boolean of object;

[VB6]
    Event IElSimpleSSHClientXEvents.MessageLoop(StopAction As Boolean)

[ActiveX]
    void IElSimpleSSHClientXEvents.MessageLoop([out] VARIANT_BOOL * StopAction);

[DLL]
    not implemented;
 
 

Description

    This event is fired by TElSimpleSSHClient when the component needs to process Windows messages or give away the time slice to application. Return true if SSH 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 TElSimpleSSHClient waits for synchronous server response. If this property is set to nil (null, Nothing), TElSimpleSSHClient uses its internal message loop to peek and dispatch messages.

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