Lire en anglais

Partager via


IVsDataAsyncCommand.ExecuteAsync Method

When implemented by a class, executes a command in an asynchronous manner.

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

Syntax

void ExecuteAsync(
    string command,
    DataCommandType commandType,
    IVsDataParameter[] parameters,
    int commandTimeout,
    Object userState
)

Parameters

  • commandTimeout
    Type: System.Int32
    Amount of time, in seconds, before which the command times out.
  • userState
    Type: System.Object
    The object on which this method calls back as the command progresses.

.NET Framework Security

See Also

Reference

IVsDataAsyncCommand Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace