Expressions And Operators: Await

await suspends the execution of an async function until the result of the asynchronous operation represented by the expression that follows this keyword, is available.

See awaitables for details of await, and async for a general discussion of asynchronous operations.

Was This Page Useful?
Thank You!
Thank You! If you'd like to share more feedback, please file an issue.