Skip to content

IScheduler interface

Defined in

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

Summary

        Represents an object that schedules units of work.
        

Applies to

netstandard2.0

Properties

NameSummary
NowGets the scheduler's notion of current time.

Methods

NameSummary
ScheduleSchedules an action to be executed.

Extension members