R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does `async` keyword indicate in C#?

  • (A) That a method returns a void
  • (B) That a method runs synchronously
  • (C) That a method is multithreaded
  • (D) That a method runs asynchronously

Explanation by: Ram Sharma
`async` allows a method to be run asynchronously with support for `await`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.