JoinableTaskFactory Constructor (JoinableTaskContext^)
Visual Studio 2015
Initializes a new instance of JoinableTaskFactory with the specified owning context.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Parameters
- owner
-
Type:
Microsoft.VisualStudio.Threading::JoinableTaskContext^
The collection that all tasks created by this factory will belong to until they complete.
Show: