This property returns a numeric value which indicates success or failure by the transfer program after a transfer is completed.
'Declaration
ReadOnly Property XfrHostReturnCode As Integer
'Usage
Dim instance As IFileTransfer
Dim value As Integer
value = instance.XfrHostReturnCode
int XfrHostReturnCode {get;}
Property Value
Value |
Description |
0 |
The transfer was successful. |
12208 |
An error was detected by AS/400. Additional explanation is available in the XfrHostMessage property. |
28929 |
The command was cancelled. |
Other values may be returned by the PC communication subsystem. Refer to your router's documentation to interpret the values.