ComponentSpace FTP Class Library Reference

FtpClient.BeginAbort Method ()

Initiates an asynchronous abort.

[Visual Basic]
Overloads Public Function BeginAbort() As IAsyncResult
[C#]
public IAsyncResult BeginAbort();

Return Value

The IAsyncResult that identifies the posted asynchronous request.

Remarks

In asynchronous processing, you use BeginAbort to raise the AbortCompleted event when the abort has completed. You complete the operation by calling EndAbort.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace | FtpClient.BeginAbort Overload List