1
Answer

how to name a method starting asyncronious operaton?

Photo of rajesh yadav

rajesh yadav

16h
65
1

this is a line from msdn which i could not understand as there  was not examle pls give one example

Methods that start an asynchronous operation but do not return an awaitable type should not have names that end with "Async", but may start with "Begin", "Start", or some other verb to suggest this method does not return or throw the result of the operation.

Answers (1)