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