Skip to content

CurrentThreadScheduler class

Defined in

Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll Full name: System.Reactive.Concurrency.CurrentThreadScheduler Modifiers: public sealed

Summary

        Represents an object that schedules units of work on the current thread.
        

Applies to

netstandard2.0

Class hierarchy
classDiagram
class CurrentThreadScheduler
class LocalScheduler
LocalScheduler <|-- CurrentThreadScheduler

Inherits from: LocalScheduler

Properties

NameSummary
static InstanceGets the singleton instance of the current thread scheduler.
ScheduleRequiredGets a value that indicates whether the caller must call a Schedule method.
static IsScheduleRequiredGets a value that indicates whether the caller must call a Schedule method.

Methods

NameSummary
ScheduleSchedules an action to be executed after dueTime.
Inherited members

See also