Skip to content

DispatcherScheduler.Instance property

Defined in

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

Applies to

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; }

View source

Summary: Gets the scheduler that schedules work on the current Dispatcher.

Returns: DispatcherScheduler