edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Aborts all queued asynchronous operations.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public void AbortAsynchronous(
	bool interruptCurrentTransfer
)
Visual Basic
Public Sub AbortAsynchronous ( _
	interruptCurrentTransfer As Boolean _
)
Visual C++
public:
void AbortAsynchronous(
	bool interruptCurrentTransfer
)

Parameters

interruptCurrentTransfer
Type: System..::..Boolean
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