ControlScheduler class¶
Defined in
Namespace: System.Reactive.Concurrency
Assembly: ReactiveUI.Winforms.dll
Full name: System.Reactive.Concurrency.ControlScheduler
Modifiers: public
Summary¶
Represents an object that schedules units of work on the message loop associated with a Windows Forms control.
Applies to
net462, net481
Class hierarchy
classDiagram
class ControlScheduler
class LocalScheduler
LocalScheduler <|-- ControlScheduler
class ISchedulerPeriodic {
<>
}
ISchedulerPeriodic <|.. ControlScheduler
Inherits from: LocalScheduler
Implements: ISchedulerPeriodic
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Constructs a ControlScheduler that schedules units of work on the message loop associated with the specified Windows Forms control. |
Properties¶
| Name | Summary |
|---|---|
| Control | Gets the control associated with the ControlScheduler. |
Methods¶
| Name | Summary |
|---|---|
| Schedule | Schedules an action to be executed on the message loop associated with the control. |
| SchedulePeriodic | Schedules a periodic piece of work on the message loop associated with the control, using a Windows Forms Timer object. |
Inherited members
System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.TimeSpan,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})System.Reactive.Concurrency.LocalScheduler.Schedule``1(``0,System.DateTimeOffset,System.Func{System.Reactive.Concurrency.IScheduler,``0,System.IDisposable})System.Reactive.Concurrency.LocalScheduler.StartStopwatchSystem.Reactive.Concurrency.LocalScheduler.GetService(System.Type)System.Reactive.Concurrency.LocalScheduler.#ctorSystem.Reactive.Concurrency.LocalScheduler.NowSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseCloneSystem.Object.ReferenceEquals(System.Object,System.Object)System.Object.ToString