ApplicationUtilsWaitTasksAndReportExceptions 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
)
Public Shared Sub WaitTasksAndReportExceptions (
ParamArray toWait As Task()
)
Parameters
- toWait
- Type: System.Threading.TasksTask
See Also