|
| .NET Framework Class Library |
| Observable..::.Throttle Method (Int32, Scheduler) |
| Observable Class See Also Send Feedback |
Ignores values from an observable sequence which are followed by another value before dueTime.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Throttle(dueTime, scheduler); |