ScheduleWithTime Method

RxJS

Schedules action to be executed after dueTime.

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

Syntax

JavaScript
Rx.Scheduler.ScheduleWithTime = function(action, dueTime);

Parameters

action
Type: System..::.Action
dueTime
Type: System..::.Int32

See Also