Exemplo n.º 1
0
 public MqttClientService(IMqttClientOptions options, IDistributedCache cache)
 {
     this.client = new AspMqttClient(options, cache);
 }
Exemplo n.º 2
0
 public MqttClientService(IMqttClientOptions options)
 {
     Client = new AspMqttClient(options);
 }