BufferWithTimeOrCount Method (Int32, Int32, Scheduler)

RxJS

Projects each value of an observable sequence into a buffer.

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

Syntax

JavaScript
function BufferWithTimeOrCount(timeSpan, count, scheduler);

Parameters

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

See Also