Click or drag to resize

ThreadPoolWaitForWorkDone 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.1
Syntax
C#
public static void WaitForWorkDone(
	int threadIndex
)

Parameters

threadIndex  Int32
 
See Also