Schedules action to be executed.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
Rx.Scheduler.Schedule = function(action); |
Parameters
- action
- Type: System..::.Action
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax| JavaScript |
|---|
Rx.Scheduler.Schedule = function(action); |
See Also