edtFTPnet/Express - Class Reference

ExFTPConnection.AbortAsynchronous Method 

Aborts all queued asynchronous operations.

public void AbortAsynchronous(
   bool interruptCurrentTransfer
);

Parameters

interruptCurrentTransfer
Causes any current transfer to be cancelled.

Remarks

This method clears the queue of pending asynchronous operations (i.e. those initiated using the BeginXXX methods). If interruptCurrent is true then any transfer currently being performed is cancelled.

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace