AsyncPumpRun Method | |
Runs asyncMethod on the current thread.
Namespace: Lawo.Threading.TasksAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public static void Run(
Func<Task> asyncMethod
)
Parameters
- asyncMethod
- Type: SystemFuncTask
Exceptions See Also