Condividi tramite


Metodo IVsDataAsyncCommand.DeriveParametersAsync

Se implementata da una classe, derivata, in modo asincrono, un set di parametri per l'utilizzo con un comando specificato.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • command
    Tipo: String

    Il comando per cui i parametri è derivato.

  • commandTimeout
    Tipo: Int32

    Quantità di tempo, in secondi, prima della quale il comando scade.

  • userState
    Tipo: Object

    L'oggetto su cui questo metodo chiama che supportano come il comando avanza.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataAsyncCommand Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities