예제 #1
0
 public void OnCompleted()
 {
     _default.CreateObserver().OnCompleted();
     foreach (var partition in _partitions)
     {
         partition.Value.OnCompleted();
     }
 }
예제 #2
0
 protected override IObserver <TSource> CreateObserverCore()
 {
     return(_subject.CreateObserver());
 }