|
| .NET Framework Class Library |
| Observable..::.Replay Method (FuncObservableObservable, Int32, Int32) |
| Observable Class See Also Send Feedback |
Returns a connectable observable sequence that shares a single subscription to the underlying source replaying bufferSize notifications within window.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
function Replay(selector, bufferSize, window); |
Parameters
- selector
- Type: System..::.FuncObservableObservable
- bufferSize
- Type: System..::.Int32
- window
- Type: System..::.Int32