







![]() ![]() |
.NET Framework Class Library |
Observable..::.Case Method (FuncObservable, , Observable, Scheduler) |
Observable Class See Also Send Feedback |
Uses selector to determine which source in sources to use, uses defaultSource if no match is found.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
JavaScript |
---|
Rx.Observable.Case = function(selector, sources, defaultSource, scheduler); |
Parameters
- selector
- Type: System..::.FuncObservable
- sources
- Type: Dictionary
- defaultSource
- Type: Rx..::.Observable
- scheduler
- Type: Rx..::.Scheduler