Example:
auto pending = session.sendCommand("-gdb-version");
auto result = pending.wait();MiPendingCommand sendCommand(string command, MiCommandPriority priority = MiCommandPriority.NORMAL) @trustedSends an MI command.
command | Command without trailing newline, e.g. -gdb-version. |
priority | Command priority (default NORMAL). |
Example:
auto pending = session.sendCommand("-gdb-version");
auto result = pending.wait();