Skip to content

DispatcherQueueSequencer(DispatcherQueue) constructor

Defined in

Type: DispatcherQueueSequencer Namespace: ReactiveUI.Primitives.Reactive.Concurrency Assembly: ReactiveUI.Primitives.WinUI.Reactive.dll

Applies to

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

Overloads

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

1. Overload

public DispatcherQueueSequencer(DispatcherQueue dispatcherQueue)

View source

Summary: Initializes a new instance of the DispatcherQueueSequencer class.

Parameters

NameTypeDescription
dispatcherQueueDispatcherQueueThe dispatcher queue used to marshal work to the UI thread.

Exceptions

TypeCondition
System.ArgumentNullExceptiondispatcherQueue is null.

2. Overload

public DispatcherQueueSequencer(DispatcherQueue dispatcherQueue, DispatcherQueuePriority priority)

View source

Summary: Initializes a new instance of the DispatcherQueueSequencer class.

Parameters

NameTypeDescription
dispatcherQueueDispatcherQueueThe dispatcher queue used to marshal work to the UI thread.
priorityDispatcherQueuePriorityDispatcher queue priority used for posted drains.

Exceptions

TypeCondition
System.ArgumentNullExceptiondispatcherQueue is null.