Click or drag to resize
DigitalRuneWorkOptionsDetachFromParent Property
Gets or sets a value indicating whether the work will be created detached from its parent.

Namespace: DigitalRune.Threading
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public bool DetachFromParent { get; set; }

Property Value

Type: Boolean
if the parent task can complete independent from the child task. If the parent task will wait for this work to complete before completing itself.
See Also