Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Cancels execution of a pending asynchronous method call.
Syntax
object.Cancel
Remarks
Use the Cancel method to terminate execution of an asynchronous method call: that is, a method invoked with the adAsyncConnect, adAsyncExecute, or adAsyncFetch option.
The following table shows what task is terminated when you use the Cancel method on a particular type of object.
| If object is a | The last asynchronous call to this method is terminated |
|---|---|
| Command | Execute |
| Connection | Execute or Open |
| Record | CopyRecord, DeleteRecord, MoveRecord, or Open |
| Recordset | Open |
| Stream | Open |
Applies To
See Also
Cancel Method Example (VB)
Cancel Method Example (VBScript)
Cancel Method Example (VC++)
Cancel Method (RDS)
CancelBatch Method (ADO)
CancelUpdate Method (ADO)
CancelUpdate Method (RDS)
Execute Method (ADO Command)
Execute Method (ADO Connection)
Open Method (ADO Connection)
Open Method (ADO Recordset)