Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

12 wiersze
226 B

  1. namespace MQTTnet.Core.Client
  2. {
  3. public class MqttClientQueuedOptions: MqttClientTcpOptions
  4. {
  5. public bool UsePersistence { get; set; }
  6. public IMqttClientQueuedStorage Storage { get; set; }
  7. }
  8. }