Click or drag to resize
DigitalRuneParallelStart Method (Action, WorkOptions)
Creates and starts a task to execute the given work.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static Task Start(
	Action action,
	WorkOptions options
)

Parameters

action
Type: SystemAction
The work to execute in parallel.
options
Type: DigitalRune.ThreadingWorkOptions
The work options to use with this action.

Return Value

Type: Task
A task which represents the asynchronous operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is .
See Also