Share via


ControlScheduler.Schedule Method

Include Protected Members
Include Inherited Members

Schedules an action to be executed on the message loop associated with the control.

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 on the message loop associated with the control.
Public method Schedule<TState>(TState, DateTimeOffset, Func<IScheduler, TState, IDisposable>)
Public method Schedule<TState>(TState, TimeSpan, Func<IScheduler, TState, IDisposable>)

Top

See Also

Reference

ControlScheduler Class

System.Reactive.Concurrency Namespace