Пример #1
0
 protected Task <MqttCommand> WaitFor(CommandMessage message, MessageId messageId, TimeSpan timeout)
 {
     return(_manager.WaitForCommand(message, messageId, timeout).Await());
 }