public void AbortAsynchronous( boolinterruptCurrentTransfer );
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.