TFtpClient.AbortAsync

From Overbyte
Revision as of 02:19, 11 September 2006 by Kbrad1 (talk | contribs) (→‎Description)
Jump to navigation Jump to search

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

Definition

procedure AbortAsync;

Description

Aborts the current operation and disconnects from the server. This procedure will immediately return to the application while the task occurs "behind the scenes". Use the OnRequestDone event to process the results of this procedure.

Example

Best Practices

How To