Qus:    What is the purpose of the Async keyword in VB.NET?
Apr 01, 2021 13:32 1 Answers Views: 533 TEJA
Prev Next
Answers (1)
PADMAKEECHU Apr 02, 2021 10:09
Answer:   The async keyword turns a method into an async method, which allows you to use the await keyword in its body. When the await keyword is applied, it suspends the calling method and yields control back to its caller until the awaited task is complete.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect