Exemplo n.º 1
0
 public SubscriptionAckMessage()
 {
     QualityOfServiceLevels = new QualityOfServiceLevelCollection();
 }
Exemplo n.º 2
0
 public SubscriptionAckMessage(ushort messageId, IEnumerable <QualityOfServiceLevelType> qosLevels)
 {
     MessageId = messageId;
     QualityOfServiceLevels = new QualityOfServiceLevelCollection(qosLevels);
 }