Take Method (Int32, Scheduler)

RxJS

Returns a specified number of contiguous values from the start of an observable sequence.

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

Syntax

JavaScript
function Take(count, scheduler);

Parameters

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

See Also