edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionAbortAsynchronous Method

Aborts all queued asynchronous operations.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public void AbortAsynchronous(
	bool interruptCurrentTransfer
)

Parameters

interruptCurrentTransfer  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