FDO API Reference Feature Data Objects

virtual FDO_API void FdoICommand::Cancel  )  [pure virtual]
 

Attempts to cancel command execution. Cancel may be called on a separate thread after the commands Execute method has been called and before Execute has returned. If successful, an exception is thrown from the Execute method. If there is nothing to cancel, nothing happens. If command execution is in process, and the attempt to cancel fails or is not supported, an exception is thrown.

Returns:
Returns nothing

Comments or suggestions? Send us feedback.