Ejemplo n.º 1
0
 public Task <IList <IMqttSessionStatus> > GetSessions()
 {
     return(_mqttService.GetSessionsAsync());
 }