JoinableTaskContext::CreateFactory Method (JoinableTaskCollection^)
Visual Studio 2015
Creates a joinable task factory that automatically adds all created tasks to a collection that can be jointly joined.
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Parameters
- collection
-
Type:
Microsoft.VisualStudio.Threading::JoinableTaskCollection^
The collection that all tasks should be added to.
Return Value
Type: Microsoft.VisualStudio.Threading::JoinableTaskFactory^Returns JoinableTaskFactory.
Show: