Click or drag to resize
AB4D logo

BackgroundThreadsManagerWaitAll(Int32) Method

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.

Namespace: Ab3d.DirectX.Threading
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public virtual bool WaitAll(
	int millisecondsTimeout
)

Parameters

millisecondsTimeout  Int32
 

Return Value

Boolean
True when the tasks were completed before the timeout; false otherwise.
See Also