TFtpClient.AbortXferAsync

From Overbyte
Revision as of 02:24, 11 September 2006 by Kbrad1 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> ICS component reference -> TFtpClient -> AbortXferAsync

Definition

procedure AbortXferAsync;

Description

Aborts the current file transfer and keeps the connection to the server open. This function returns immediately to the application while the task occurs in the background. Use the OnRequestDone event to discover the results of this procedure.

Example

Best Practices

How To