RoboCommandResultEvent fired at the conclusion of a non-blocking command

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Using Robo-FTP > Using COM/OLE to Control Robo-FTP > COM Events >

RoboCommandResultEvent fired at the conclusion of a non-blocking command

 

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().