Closed wf-soft closed 3 years ago
Async Programming : Patterns for Asynchronous MVVM Applications: Commands
Some more detail would be helpful. You say Func<TResult>, but the article talks about making ICommand.ExecuteAsync return a Task, not a result. Did you mean Func<Task>?
Func<TResult>
ICommand.ExecuteAsync
Task
Func<Task>
Closing as no response
Async Programming : Patterns for Asynchronous MVVM Applications: Commands