Observable.TimeInterval Method
Records the time interval between consecutive values.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TimeInterval<TSource>(IObservable<TSource>) | Records the time interval between consecutive values in an observable sequence with the specified source. |
|
TimeInterval<TSource>(IObservable<TSource>, IScheduler) | Records the time interval between consecutive values in an observable sequence with the specified source and scheduler. |