Skip to content

DispatcherScheduler.Instance property

Defined in

Type: DispatcherScheduler Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

net8.0-windows10.0.19041, net462

Deprecated

Use the Current property to retrieve the DispatcherScheduler instance for the current thread's Dispatcher object.

Attributes: [Obsolete("Use the Current property to retrieve the DispatcherScheduler instance for the current thread's Dispatcher object.")]

public static DispatcherScheduler Instance { get; }

Returns: DispatcherScheduler