var source = Observable.Interval(TimeSpan.FromSeconds(1)) .Take(5); source.ForEach(i => Console.WriteLine("received {0} @ {1}", i, DateTime.
確定! 回上一頁