Ejemplo n.º 1
0
 public Task <IList <IMqttClientStatus> > Clients()
 {
     return(_mqttService.GetClientsAsync());
 }