ICommandService.ExecuteCommand(Int32, Dictionary<String,Object>) Méthode

Définition

Exécute la commande avec l'identificateur de commande et les paramètres spécifiés.

public:
 void ExecuteCommand(int commandId, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ parameters);
public void ExecuteCommand (int commandId, System.Collections.Generic.Dictionary<string,object> parameters);
abstract member ExecuteCommand : int * System.Collections.Generic.Dictionary<string, obj> -> unit
Public Sub ExecuteCommand (commandId As Integer, parameters As Dictionary(Of String, Object))

Paramètres

commandId
Int32

Identificateur de commande à vérifier.

parameters
Dictionary<String,Object>

Paramètres de la commande.

Exceptions

La commande n'est pas prise en charge.

S’applique à