Replay Method (FuncObservableObservable, Int32)

RxJS

Returns a connectable observable sequence that shares a single subscription to the underlying source replaying bufferSize notifications.

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

Syntax

JavaScript
function Replay(selector, bufferSize);

Parameters

selector
Type: System..::.FuncObservableObservable
bufferSize
Type: System..::.Int32

See Also