AsyncHelper
AsyncHelper
is a static class that provides tools to run asynchronous methods in non-async methods.
RunSync
Synchronously executes provided async method and returns its result.
and its void-returning version:
Last updated
AsyncHelper
is a static class that provides tools to run asynchronous methods in non-async methods.
Synchronously executes provided async method and returns its result.
and its void-returning version:
Last updated