Click or drag to resize
DigitalRuneParallelStartBackground Method (IWork)
Starts a task in a secondary worker thread. Intended for long running, blocking work such as I/O.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static Task StartBackground(
	IWork work
)

Parameters

work
Type: DigitalRune.ThreadingIWork
The work to execute.

Return Value

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