Click or drag to resize

ThreadPool.WaitForWorkDone Method

Waits until the thread of the given internal thread id completed executing its task

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public static void WaitForWorkDone(
	int threadIndex
)

Parameters

threadIndex
Type: System.Int32
See Also