Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 731 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 731 Bytes

AsyncMethodCaller

AsyncMethodCaller is used to call methods asynchronously. Execution will continue with other methods after the asynchronous call completes. Use this if you cannot use async and await to easily make testable asynchronous calls. Very useful in ViewModels.

See this blog post for more information.

Also available as a nuget-package.