Sample Method (Int32)

RxJS

Samples the observable sequence at each interval.

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

Syntax

JavaScript
function Sample(interval);

Parameters

interval
Type: System..::.Int32

See Also