|
| .NET Framework Class Library |
| Scheduler..::.ScheduleWithTime Method |
| Scheduler Class See Also Send Feedback |
Schedules action to be executed after dueTime.
Namespace:
Rx
Assembly:
RxJS (in RxJS.dll)
Syntax
| JavaScript |
|---|
Rx.Scheduler.ScheduleWithTime = function(action, dueTime); |