SyncTaskRun(FuncTask) Method

Runs a task synchronously on the current TaskScheduler.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static void Run(
	Func<Task> func
)

Parameters

func  FuncTask
Delegated method to be executed.

See Also