Example #1
0
 public TimeoutFrame(TimeoutFrameObservable <T> parent, IObserver <T> observer, IDisposable cancel) : base(
         observer, cancel)
 {
     this.parent = parent;
 }
 public TimeoutFrameTick(TimeoutFrameObservable <T> .TimeoutFrame parent, ulong timerId)
 {
     this.parent  = parent;
     this.timerId = timerId;
 }