IVsDataAsyncCommand.DeriveParametersAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, derives, in an asynchronous manner, a set of parameters for use with a specified command.
public:
void DeriveParametersAsync(System::String ^ command, Microsoft::VisualStudio::Data::Services::SupportEntities::DataCommandType commandType, int commandTimeout, System::Object ^ userState);
public void DeriveParametersAsync (string command, Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType commandType, int commandTimeout, object userState);
abstract member DeriveParametersAsync : string * Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType * int * obj -> unit
Public Sub DeriveParametersAsync (command As String, commandType As DataCommandType, commandTimeout As Integer, userState As Object)
Parameters
- command
- String
Command for which the parameters are derived.
- commandType
- DataCommandType
A value from the DataCommandType enumeration representing the command type for the indicated command, specifying how to interpret the contents of the command
parameter.
- commandTimeout
- Int32
Amount of time, in seconds, before which the command times out.
- userState
- Object
The object on which this method calls back as the command progresses.