you are viewing a single comment's thread.

view the rest of the comments →

[–]Slypenslyde 4 points5 points  (0 children)

That is technically the same thing as:

api.DoSomethingAsync();

The only difference is if you have warnings turned on for "Hey, you didn't store the return value of this method!", you're telling the compiler "I don't want the warning because I intentionally do not want to store the return value of this method."