EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElSimpleSSHClient.OnSendCommandRequest

TElSimpleSSHClient     See also    


 

This event is fired by TElSimpleSSHClient before one of its commands is sent to the server.

 
 

Declaration

[C#]
    event TSSHCommandExecutionEvent OnSendCommandRequest;
    delegate void TSSHCommandExecutionEvent(object Sender, string Command, int CommandIdx);

[VB.NET]
    Event OnSendCommandRequest As TSSHCommandExecutionEvent
    Delegate Sub TSSHCommandExecutionEvent(ByVal Sender As Object, ByVal Command As String, ByVal CommandIdx As Integer)

[Pascal]
    property OnSendCommandRequest : TSSHCommandExecutionEvent;
    TSSHCommandExecutionEvent = procedure(Sender: TObject; Command : string; CommandIdx : integer) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Command - the command which should be executed on the server
  • CommandIdx - index of the command which should be executed in the list
 
 

Description

    This event is fired by TElSimpleSSHClient before one of its commands is sent to the server. Use this event handler to track, which one of the Commands is being executed next.

 
 

See also:     Commands

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