| WorkOptionsDetachFromParent Property |
Gets or sets a value indicating whether the work will be created detached from its parent.
Namespace: DigitalRune.ThreadingAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public bool DetachFromParent { get; set; }
Public Property DetachFromParent As Boolean
Get
Set
public:
property bool DetachFromParent {
bool get ();
void set (bool value);
}
member DetachFromParent : bool with 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