Throttle Method (Int32)

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

Parameters

dueTime
Type: System..::.Int32

See Also