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
NameDescription
ScheduleAbsolute(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>).)
ScheduleAbsolute(TState, TAbsolute, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed at dueTime. (Inherited from VirtualTimeScheduler<TAbsolute, TRelative>
ScheduleAbsolute(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