Click or drag to resize
AB4D logo

BackgroundThreadsManagerWaitAll Method

Overload List
 NameDescription
Public methodWaitAll Waits indefinitely until all taskActions that were passed to the Execute(BackgroundTaskStartDelegate) method are completed.
Public methodWaitAll(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.
Top
See Also