R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does `Task.Run()` do in C#?

  • (A) Creates a new thread manually
  • (B) Executes code on the UI thread
  • (C) Queues work to the thread pool
  • (D) Stops execution temporarily

Explanation by: Ram Sharma
`Task.Run()` queues the specified work to run on the thread pool.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.