The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

HistoricalSchedulerBase.Schedule()

HistoricalSchedulerBase.Schedule Method

Include Protected Members
Include Inherited Members

Specifies the schedule for action to be executed.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

NameDescriptionPublic methodSchedule(TState, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>Public methodSchedule(TState, DateTimeOffset, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed at dueTime. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>Public methodSchedule(TState, TimeSpan, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed after dueTime. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>Top

See Also

Reference

HistoricalSchedulerBase Class

System.Reactive.Concurrency Namespace