ExFTPConnectionAbortAsynchronous Method
Aborts all queued asynchronous operations.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void AbortAsynchronous(
bool interruptCurrentTransfer
)
Public Sub AbortAsynchronous (
interruptCurrentTransfer As Boolean
)
public:
void AbortAsynchronous(
bool interruptCurrentTransfer
)
member AbortAsynchronous :
interruptCurrentTransfer : bool -> unit
Parameters
- interruptCurrentTransfer Boolean
- Causes any current transfer to be cancelled.
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.