IDBAsynchStatus
Consumers requiring asynchronous data source object 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 |
---|---|
Cancels an asynchronously executing operation. |
|
Returns the status of an asynchronously executing operation. |
This topic is a part of: