Skip to content

ISchedulerLongRunning interface

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.ISchedulerLongRunning Modifiers: public abstract

Summary

        Scheduler with support for starting long-running tasks.
        This type of scheduler can be used to run loops more efficiently instead of using recursive scheduling.
        

Applies to

netstandard2.0

Methods

NameSummary
ScheduleLongRunningSchedules a long-running piece of work.

Extension members