IVsDataAsyncCommand Members
Include Protected Members
Include Inherited Members
Represents the interface that contains methods for executing data commands in an asynchronous manner.
The IVsDataAsyncCommand type exposes the following members.
Methods
Name
Description
When implemented by a class, cancels the asynchronous call, returning immediately.
When implemented by a class, derives, in an asynchronous manner, a set of parameters for use with a specified command.
When implemented by a class, derives, in an asynchronous manner, the schema of the specified command.
When implemented by a class, executes a command in an asynchronous manner.
Executes, in an asynchronous manner, a command that does not return any results beyond an integer value indicating status.
When implemented by a class, prepares, in an asynchronous manner, the specified command to be executed against the data source; the command can then be executed multiple times, with varying parameters.
Top
Events
Name
Description
Occurs when the DeriveParametersAsync command is completed.
Occurs when the DeriveSchemaAsync command is completed.
Occurs when the ExecuteAsync command is completed.
ExecuteWithoutResultsCompleted
Occurs when the ExecuteWithoutResultsAsync command is completed.
Occurs when the PrepareAsync command is completed.
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace