TaskPoolScheduler.Schedule Method
Include Protected Members
Include Inherited Members
Schedules an 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
NameDescription
Schedule(TState, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed.
Schedule(TState, DateTimeOffset, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed at dueTime, using a System.Threading.Timer object.
Schedule(TState, TimeSpan, Func<IScheduler, TState, IDisposable>)Schedules an action to be executed after dueTime, using a System.Threading.Timer object.Top
See Also
Reference
TaskPoolScheduler Class
System.Reactive.Concurrency Namespace