Difference between revisions of "TFtpClient.AbortAsync"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
== Description == | == Description == | ||
− | Aborts the current operation and disconnects from the server. This procedure will immediately return to the application while the | + | Aborts the current operation and disconnects from the server. This procedure will immediately return to the application while the task processes in the background. Use the [[OnRequestDone]] event to process the results of this procedure. |
== Example == | == Example == |
Latest revision as of 02:34, 11 September 2006
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 processes in the background. Use the OnRequestDone event to process the results of this procedure.