ExecuteCommand(string, IDictionary<string, object>)
Executes a specific task-bound command.
Declaration Syntax
public void ExecuteCommand(string commandName, IDictionary<string, object> arguments)
Parameters
- commandName(string)
The method name.
- arguments(IDictionary<string, object>)
The method arguments.