Aracılığıyla paylaş


ICommandService.ExecuteCommand(Int32, Dictionary<String,Object>) Yöntem

Tanım

Komutu belirtilen komut tanımlayıcısı ve parametreleriyle yürütür.

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

Parametreler

commandId
Int32

Denetlenecek komut tanımlayıcısı.

parameters
Dictionary<String,Object>

Komutun parametreleri.

Özel durumlar

Komut desteklenmiyor.

Şunlara uygulanır