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:
JoinableTaskFactory(
	JoinableTaskCollection^ collection
)

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: