|
Top Previous Next |
Overview An event fired when a SENDFILE or RCVFILE script command sent on a non-blocking RoboSendCommand() updates the percent sent or received of the current file transfer.
C++ Definition void RoboCommandProgress( long nPercent )
VB Definition RoboCommandProgress( ByVal Percent As Long )
C# Definition void RoboCommandProgress( Int nPercent )
VB.NET Definition RoboCommandProgress( Percent As Integer )
Return Value None.
Parameters nPercent / Percent A long in the range of 0 to 100 returned by Robo-FTP at random intervals indicating the progress of a SENDFILE or RCVFILE script command.
Remarks This event is only fired when a non-blocking RoboSendCommand() method is called and a SENDFILE or RCVFILE script command has been sent.
See also: COM Programming Reference
|