Windows.System.Threading.ThreadPool.RunAsync
February 8, 2017 ยท View on GitHub
-description
Creates a work item and specifies its priority relative to other work items in the thread pool.
-parameters
-param handler
The method to call when a thread becomes available to run the work item.
-param priority
The priority of the work item relative to other work items in the thread pool. The value of this parameter can be Low, Normal, or High.
-returns
An IAsyncAction interface that provides access to the work item.