







![]() ![]() |
.NET Framework Class Library |
Observable..::.GenerateWithTime Method (FuncObject, FuncObjectBoolean, FuncObjectObject, FuncObjectObject, FuncObjectInt32) |
Observable Class See Also Send Feedback |
Generates an observable sequence by iterating a state from an initial state until
the condition fails.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
JavaScript |
---|
Rx.Observable.GenerateWithTime = function(initialState, condition, iterate, resultSelector, timeSelector); |
Parameters
- initialState
- Type: System..::.FuncObject
- condition
- Type: System..::.FuncObjectBoolean
- iterate
- Type: System..::.FuncObjectObject
- resultSelector
- Type: System..::.FuncObjectObject
- timeSelector
- Type: System..::.FuncObjectInt32