Take Method (Int32)

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

Parameters

count
Type: System..::.Int32

See Also