ExecuteCommand(int, object)
public Task<object> ExecuteCommand(int command, object arg) A function to execute a control command.
Parameters
commandint- A serial number of the command.
argobject- An opaque command argument.
Returns
The value returned from the command handler.
