Cancel method

Description

Cancels the execution of an AseCommand object.

Syntax

void Cancel( )

Usage

If there is nothing to cancel, nothing happens. If there is a command in process and the attempt to cancel fails, no exception is generated.

Implements

IDbCommand.Cancel