ComponentSpace FTP Class Library Reference

FtpClient.EndAbort Method 

Completes the specified asynchronous abort operation.

[Visual Basic]
Public Sub EndAbort( _
   ByVal asyncResult As IAsyncResult _
)
[C#]
public void EndAbort(
   IAsyncResult asyncResult
);

Parameters

asyncResult
The IAsyncResult that identifies the asynchronous abort to finish, and from which to retrieve an end result.

Remarks

When the AbortCompleted event is raised, EndAbort completes the operation that was initiated by the BeginAbort call.

Exceptions

Exception Type Condition
FtpException Thrown when the abort fails.

See Also

FtpClient Class | ComponentSpace.Ftp Namespace