Skip to main content

Timeline for How to make C# method async

Current License: CC BY-SA 3.0

3 events
when toggle format what by license comment
Nov 26, 2013 at 13:18 comment added Michael Mairegger Yes, I know that async void is a fire and forget method, but I use it very often in MVVM when executing a ICommand.Execute. Maybe this is n't also the best solution?
Nov 26, 2013 at 13:09 comment added svick You shouldn't use async void methods, unless you have to.
Nov 26, 2013 at 12:37 history answered Michael Mairegger CC BY-SA 3.0