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 | |
|---|---|---|
![]() |
CancelAsync | When implemented by a class, cancels the asynchronous call, returning immediately. |
![]() |
DeriveParametersAsync | When implemented by a class, derives, in an asynchronous manner, a set of parameters for use with a specified command. |
![]() |
DeriveSchemaAsync | When implemented by a class, derives, in an asynchronous manner, the schema of the specified command. |
![]() |
ExecuteAsync | When implemented by a class, executes a command in an asynchronous manner. |
![]() |
ExecuteWithoutResultsAsync | Executes, in an asynchronous manner, a command that does not return any results beyond an integer value indicating status. |
![]() |
PrepareAsync | 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 | |
|---|---|---|
![]() |
DeriveParametersCompleted | Occurs when the DeriveParametersAsync command is completed. |
![]() |
DeriveSchemaCompleted | Occurs when the DeriveSchemaAsync command is completed. |
![]() |
ExecuteCompleted | Occurs when the ExecuteAsync command is completed. |
![]() |
ExecuteWithoutResultsCompleted | Occurs when the ExecuteWithoutResultsAsync command is completed. |
![]() |
PrepareCompleted | Occurs when the PrepareAsync command is completed. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace
.gif)
.gif)