ApplicationUtils.WaitTasksAndReportExceptions Method (Int32,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.7.0.0 (5.7.0)
Syntaxpublic static void WaitTasksAndReportExceptions(
int millisecondsTimeout,
params Task[] toWait
)
Public Shared Sub WaitTasksAndReportExceptions (
millisecondsTimeout As Integer,
ParamArray toWait As Task()
)
Parameters
- millisecondsTimeout
- Type: System.Int32
- toWait
- Type:System.Threading.Tasks.Task[]
See Also