Click or drag to resize
DigitalRuneTaskWait Method
Waits for the task to complete execution.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public void Wait()
Exceptions
ExceptionCondition
TaskException The task or a child task has thrown an exception.
InvalidOperationException The method is called from within the same task. A task cannot wait on itself.
See Also