Freigeben über


IVsDataAsyncCommand.ExecuteWithoutResultsAsync-Methode

Führt, in einer asynchronen Art, einen Befehl aus, der keine Ergebnisse zu einem ganzzahligen Wert hinaus zurückgibt, der Status angibt.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Sub ExecuteWithoutResultsAsync ( _
    command As String, _
    commandType As DataCommandType, _
    parameters As IVsDataParameter(), _
    commandTimeout As Integer, _
    userState As Object _
)
void ExecuteWithoutResultsAsync(
    string command,
    DataCommandType commandType,
    IVsDataParameter[] parameters,
    int commandTimeout,
    Object userState
)
void ExecuteWithoutResultsAsync(
    String^ command, 
    DataCommandType commandType, 
    array<IVsDataParameter^>^ parameters, 
    int commandTimeout, 
    Object^ userState
)
abstract ExecuteWithoutResultsAsync : 
        command:string * 
        commandType:DataCommandType * 
        parameters:IVsDataParameter[] * 
        commandTimeout:int * 
        userState:Object -> unit
function ExecuteWithoutResultsAsync(
    command : String, 
    commandType : DataCommandType, 
    parameters : IVsDataParameter[], 
    commandTimeout : int, 
    userState : Object
)

Parameter

  • command
    Typ: String

    Der Befehl, der ausgeführt werden soll.

  • commandTimeout
    Typ: Int32

    Der Befehl, der ausgeführt werden soll.

  • userState
    Typ: Object

    Das Objekt, für das dieses Methodenaufrufe als der Befehl der Übergabe, wird weiter.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataAsyncCommand Schnittstelle

Microsoft.VisualStudio.Data.Services.SupportEntities-Namespace