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.9.0.0 (5.9.0)
Syntax public static void WaitTasksAndReportExceptions(
params Task[] toWait
)
Public Shared Sub WaitTasksAndReportExceptions (
ParamArray toWait As Task()
)
Parameters
- toWait
- Type: System.Threading.TasksTask
See Also