Events
The APPC file transfer has the following events.
EndOfFileTransfer (public System.Booleanean bOK,long nRecords,long nBytes)
File transfer just ended (Void)
Parameters
public System.Booleanean bOK : TRUE if file transfer succeeded.
long nRecords : Number of transmitted records
long nBytes : Number of transmitted bytes
DownloadStatus (long nRecords,long nBytes,long nPercentage)
Status of current downloads (Void)
Parameters
long nRecords : Number of downloaded records so far.
long nBytes : Number of downloaded bytes so far.
long nPercentage : Portion of the member already downloaded
void UploadStatus (long nBytes,long nPercentage)
Status of the current upload.
Parameters
long nBytes : Number of uploaded bytes so far.
long nPercentage : Portion of the local file already uploaded