Click or drag to resize
AsyncPumpRun Method
Runs asyncMethod on the current thread.

Namespace: Lawo.Threading.Tasks
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static void Run(
	Func<Task> asyncMethod
)

Parameters

asyncMethod
Type: SystemFuncTask
Exceptions
ExceptionCondition
ExceptionasyncMethod completed in the Faulted state.
See Also