Skip to content

UnoWinUIDispatcherScheduler(DispatcherQueue) constructor

Defined in

Type: UnoWinUIDispatcherScheduler Namespace: System.Reactive.Concurrency Assembly: ReactiveUI.Uno.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041

Overloads

  • 1. public UnoWinUIDispatcherScheduler(DispatcherQueue dispatcherQueue)
  • 2. public UnoWinUIDispatcherScheduler(DispatcherQueue dispatcherQueue, DispatcherQueuePriority priority)

1. Overload

public UnoWinUIDispatcherScheduler(DispatcherQueue dispatcherQueue)

View source

Summary: Constructs a UnoWinUIDispatcherScheduler that schedules units of work on the given DispatcherQueue.

Parameters

NameTypeDescription
dispatcherQueueDispatcherQueueDispatcherQueue to schedule work on.

Exceptions

TypeCondition
System.ArgumentNullExceptiondispatcherQueue is null.

2. Overload

public UnoWinUIDispatcherScheduler(DispatcherQueue dispatcherQueue, DispatcherQueuePriority priority)

View source

Summary: Constructs a DispatcherScheduler that schedules units of work on the given DispatcherQueue at the given priority.

Parameters

NameTypeDescription
dispatcherQueueDispatcherQueueDispatcherQueue to schedule work on.
priorityDispatcherQueuePriorityPriority at which units of work are scheduled.

Exceptions

TypeCondition
System.ArgumentNullExceptiondispatcherQueue is null.