Dispatcher.

RunJobs(DispatcherPriority) Method

Summary

Use this method to ensure that more prioritized tasks are executed
Namespace
Avalonia.Threading
Containing Type
Dispatcher

Syntax

public void RunJobs(DispatcherPriority minimumPriority)

Parameters

Name Type Description
minimumPriority DispatcherPriority

Return Value

Type Description
void