IVsDataAsyncCommand.DeriveParametersAsync (Método)

Cuando es implementada por una clase, deriva, de forma asincrónica, un conjunto de parámetros para el uso con un comando especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
Sub DeriveParametersAsync ( _
    command As String, _
    commandType As DataCommandType, _
    commandTimeout As Integer, _
    userState As Object _
)
void DeriveParametersAsync(
    string command,
    DataCommandType commandType,
    int commandTimeout,
    Object userState
)
void DeriveParametersAsync(
    String^ command, 
    DataCommandType commandType, 
    int commandTimeout, 
    Object^ userState
)
abstract DeriveParametersAsync : 
        command:string * 
        commandType:DataCommandType * 
        commandTimeout:int * 
        userState:Object -> unit 
function DeriveParametersAsync(
    command : String, 
    commandType : DataCommandType, 
    commandTimeout : int, 
    userState : Object
)

Parámetros

  • command
    Tipo: System.String
    Comando que se derivan los parámetros.
  • commandTimeout
    Tipo: System.Int32
    Cantidad de tiempo, en segundos, antes de que los tiempos de espera del comando.
  • userState
    Tipo: System.Object
    El objeto en el que este método llama a admiten a medida que progresa el comando.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataAsyncCommand Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)