public void SetNotify(ISendNotify sink)
 {
     this.notifySink = sink;
       foreach ( var sender in availableSenders ) {
     sender.SetNotify(sink);
       }
 }
Example #2
0
 public void SetNotify(ISendNotify sink)
 {
     this.notifySink = sink;
     foreach (var sender in availableSenders)
     {
         sender.SetNotify(sink);
     }
 }
 public void SetNotify(ISendNotify sink)
 {
     this.batchSender.SetNotify(sink);
 }
 public void SetNotify(ISendNotify sink)
 {
     this.notifySink = sink;
 }
 public void SetNotify(ISendNotify sink)
 {
 }
 public void SetNotify(ISendNotify sink)
 {
 }
 public void SetNotify(ISendNotify sink)
 {
     this.notifySink = sink;
 }
 public void SetNotify(ISendNotify sink)
 {
     this.batchSender.SetNotify(sink);
 }