-api-id | -api-type |
---|---|
M:Windows.System.Threading.ThreadPool.RunAsync(Windows.System.Threading.WorkItemHandler,Windows.System.Threading.WorkItemPriority) |
winrt method |
Creates a work item and specifies its priority relative to other work items in the thread pool.
The method to call when a thread becomes available to run the work item.
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.
An IAsyncAction interface that provides access to the work item.