IDBAsynchStatus

Consumers requiring asynchronous data source initialization or asynchronous rowset generation or population can poll for status or cancel the asynchronous operation by requesting IDBAsynchStatus on the object being initialized, generated, or populated.

When to Implement

Providers should implement IDBAsynchStatus if they expect to work directly with general-purpose consumers.

Method Description
Abort Cancels an asynchronously executing operation.
GetStatus Returns the status of an asynchronously executing operation.