Background |
Name | Description | |
---|---|---|
WaitAll | Waits indefinitely until all taskActions that were passed to the Execute(BackgroundTaskStartDelegate) method are completed. | |
WaitAll(Int32) | Waits until all taskActions that were passed to the Execute(BackgroundTaskStartDelegate) method are completed. If the this takes longer than the millisecondsTimeout, the methods returns with false value. |