Abort Method

Description

Stops a running database transfer. When one thread has used this Transfer object to call the Database.Transfer method (and that method has not yet returned), call Abort from another thread to stop the database transfer. After calling this method, the Transfer object is invalid and cannot be used again. You must create a new Transfer object to perform a new database transfer.

Visual Basic

Transfer.Abort

C++

HRESULT pTransfer->Abort ( );