public IASubscriber(IUIPublishSubscribeChannel channel, string name)
 {
     this.channel = channel;
     _name = name;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public IAProducer(IUIPublishSubscribeChannel channel)
 {
     this.channel = channel;
 }
Beispiel #3
0
 public IASubscriber(IUIPublishSubscribeChannel channel, string name)
 {
     this.channel = channel;
     _name        = name;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="T:System.Object"/> class.
 /// </summary>
 public IAProducer(IUIPublishSubscribeChannel channel)
 {
     this.channel = channel;
 }