Click or drag to resize
DigitalRuneParallelDo Method (IWork)
Executes the given work items potentially in parallel with each other. This method will block until all work is completed.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static void Do(
	params IWork[] work
)

Parameters

work
Type: DigitalRune.ThreadingIWork
The work to execute.
Exceptions
ExceptionCondition
ArgumentNullException One of the parameters is .
See Also