public ClientSubscriptionManager(Topic topic, string clientid)
 {
     this._topic   = topic;
     this.ClientID = clientid;
     this._subscriptionListener = topic;
     this._messages.LazyRemoval = true;
     this._delivryNotificationMessages.LazyRemoval = true;
 }
Beispiel #2
0
 public void RegisterSubscriptionEventListener(ISubscriptionEventListener listener)
 {
 }