ISchedulerPeriodic interface¶
Defined in
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Full name: System.Reactive.Concurrency.ISchedulerPeriodic
Modifiers: public abstract
Summary¶
Scheduler with support for running periodic tasks.
This type of scheduler can be used to run timers more efficiently instead of using recursive scheduling.
Applies to
netstandard2.0
Methods¶
| Name | Summary |
|---|---|
| SchedulePeriodic | Schedules a periodic piece of work. |