TplExtensions::AttachToParent Method (Task^)
Visual Studio 2015
Creates a task that is attached to the parent task, but produces the same result as an existing task.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Parameters
- task
-
Type:
System.Threading.Tasks::Task^
The task to wrap with an AttachedToParent task.
Show: