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

TestScheduler.ScheduleAbsolute()

TestScheduler.ScheduleAbsolute Method

Include Protected Members
Include Inherited Members

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 methodScheduleAbsolute(TState, Int64, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed at the specified virtual time. (Overrides VirtualTimeScheduler<TAbsolute, TRelative>.ScheduleAbsolute(TState, TAbsolute, Func<IScheduler, TState, IDisposable>).)Public methodScheduleAbsolute(TState, TAbsolute, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed at dueTime. (Inherited from VirtualTimeScheduler<TAbsolute, TRelative>Public methodScheduleAbsolute(TState, TAbsolute, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed at dueTime. (Inherited from VirtualTimeSchedulerBase<TAbsolute, TRelative>Top

See Also

Reference

TestScheduler Class

Microsoft.Reactive.Testing Namespace