According to Asynchronous Programming with async and await:
"By convention, you append "Async" to the names of methods that have an async modifier."
I do not see any asynchronous methods that return Task in this library named with the "Async" suffix.
According to Asynchronous Programming with async and await:
I do not see any asynchronous methods that return Task in this library named with the "Async" suffix.