.NET Framework Class Library |
Observable..::.Throttle Method (Int32) |
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); |
Parameters
- dueTime
- Type: System..::.Int32