Click or drag to resize

ApplicationUtils.WaitTasksAndReportExceptions Method (Task[])

Awaits the tasks passed in and throws any aggregated exception caught as a flatted exception.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public static void WaitTasksAndReportExceptions(
	params Task[] toWait
)

Parameters

toWait
Type:System.Threading.Tasks.Task[]
See Also