Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 904 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 904 Bytes

AsyncMethodCaller

Latest version Downloads from NuGet

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.