VirtualTimeSchedulerBase<TAbsolute, TRelative>.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

  Name Description
Public method Schedule<TState>(TState, Func<IScheduler, TState, IDisposable>) Schedules an action to be executed.
Public method Schedule<TState>(TState, DateTimeOffset, Func<IScheduler, TState, IDisposable>) Schedules an action to be executed at dueTime.
Public method Schedule<TState>(TState, TimeSpan, Func<IScheduler, TState, IDisposable>) Schedules an action to be executed after dueTime.

Top

See Also

Reference

VirtualTimeSchedulerBase<TAbsolute, TRelative> Class

System.Reactive.Concurrency Namespace