Schedule Method

RxJS

Schedules action to be executed.

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

Syntax

JavaScript
Rx.Scheduler.Schedule = function(action);

Parameters

action
Type: System..::.Action

See Also