Aborts the current operation.

Namespace:  Rebex.Net
Assembly:  Rebex.Ftp (in Rebex.Ftp.dll)

Syntax

Visual Basic
Public Sub Abort
C#
public void Abort()

Implements

IFtp..::..Abort()()()()

Remarks

The operation need not end immediately, it will finish within the interval specified by AbortTimeout. Aborting data transferring operations (including GetList()()()(), GetRawList()()()(), GetNameList()()()() and GetItems) may take twice the amount of time specified by AbortTimeout.

The aborted operation will end either successfully, or with FtpException of status OperationAborted or Timeout. The Ftp object may remain in Reading, Sending or Processing state. In this case, call Flush(Int32) to get back to the Ready state.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also