IVsDataAsyncCommand.ExecuteWithoutResultsAsync, méthode
Exécute, de façon asynchrone, une commande qui ne retourne pas de résultat au delà d'une valeur entière indiquant l'état.
Espace de noms : Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
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
)
Paramètres
command
Type : StringCommande à exécuter.
commandType
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandTypeUne valeur de l'énumération d' DataCommandType représentant le type de commande pour l'ordre indiqué, spécifiant comment interpréter le contenu du paramètre d' command .
parameters
Type : array<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameter[]Une liste de paramètres à passer à la commande.
commandTimeout
Type : Int32Durée, en secondes, pendant lesquelles la commande l'heure.
userState
Type : ObjectL'objet sur lequel cette méthode appelle réécrit comme la commande progresse.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms