Scheduler Methods

RxJS

The Scheduler type exposes the following members.

Methods

  NameDescription
GetType (Inherited from Object.)
Now
Gets the scheduler's notion of current time.
Schedule
Schedules action to be executed.
ScheduleRecursive
Schedules action to be executed recursively.
ScheduleRecursiveWithTime
Schedules action to be executed recursively after each dueTime.
ScheduleWithTime
Schedules action to be executed after dueTime.
ToLocaleString (Inherited from Object.)
ToString (Inherited from Object.)

See Also