Scheduler Constructor

RxJS

Creates an observer from the specified schedule and scheduleWithTime actions.

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

Syntax

JavaScript
Rx.Scheduler = function(schedule, scheduleWithTime);

Parameters

schedule
Type: System..::.Action
scheduleWithTime
Type: System..::.ActionInt32

See Also