Sample Method (Int32, Scheduler)

RxJS

Samples the observable sequence at each interval.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
function Sample(interval, scheduler);

Parameters

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

See Also