|
Top Previous Next |
Overview An event fired when a script command sent on a non-blocking RoboSendCommand() completes.
C++ Definition void RoboCommandResult( long nResultCode )
VB Definition RoboCommandResult( ByVal ResultCode As Long )
C# Definition void RoboCommandResult( int nResultCode )
VB.NET Definition RoboCommandResult( ResultCode As Integer )
Return Value None.
Parameters nResultCode / ResultCode A long returned by Robo-FTP after the execution or cancellation of a script command that equals one of the Robo-FTP result codes.
Remarks This event is only fired when a non-blocking RoboSendCommand() method is called. The event is fired when the command completes normally or after a command is stopped by calling RoboStopCommand().
See also: COM Programming Reference
|