public StreamSubscriberIntervalStats(StreamIntervalTick tick)
 {
     Interval = tick.Interval;
     LastTick = tick.LastTick;
 }
Beispiel #2
0
 public StreamSubscriberIntervalStats(StreamIntervalTick tick)
 {
     Interval = tick.Interval;
     LastTick = tick.LastTick;
 }