Windows.System.Threading.ThreadPool.RunAsync

February 8, 2017 ยท View on GitHub

-description

Creates a work item.

-parameters

-param handler

The method to call when a thread becomes available to run the work item.

-returns

An IAsyncAction interface that provides access to the work item.

-remarks

-examples

-see-also

RunAsync(WorkItemHandler, WorkItemPriority)

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param handler
  4. 3-returns
  5. 4-remarks
  6. 5-examples
  7. 6-see-also