Throttle Method (Int32, Scheduler)

RxJS

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);

Parameters

dueTime
Type: System..::.Int32
scheduler
Type: Rx..::.Scheduler

See Also