JoinableTaskContextNode::CreateFactory Method (JoinableTaskCollection^)

 

Creates a joinable task factory that automatically adds all created tasks to a collection that can be jointly joined.

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

public:
virtual JoinableTaskFactory^ CreateFactory(
	JoinableTaskCollection^ collection
)

Parameters

collection
Type: Microsoft.VisualStudio.Threading::JoinableTaskCollection^

The collection to which the tasks should be added.

Return to top
Show: