Exemplo n.º 1
0
 public async Task StopListening()
 {
     if (MqttCheckTimer != null)
     {
         MqttCheckTimer.Dispose();
         MqttCheckTimer = null;
     }
     ReceivedMqttCheckForInterval = true;
     await MessagingClient.CleanUp();
 }