JoinableTaskFactory Constructor (JoinableTaskCollection)

 

Initializes a new instance of JoinableTaskFactory that adds all generated jobs to the specified collection.

Namespace:   Microsoft.VisualStudio.Threading
Assembly:  Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)

Public Sub New (
	collection As JoinableTaskCollection
)

Parameters

collection
Type: Microsoft.VisualStudio.Threading.JoinableTaskCollection

The collection that all tasks created by this factory will belong to until they complete

Return to top
Show: