JoinableTaskFactory Constructor (JoinableTaskContext)

 

Initializes a new instance of JoinableTaskFactory with the specified owning context.

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

new : 
        owner:JoinableTaskContext -> JoinableTaskFactory

Parameters

owner
Type: Microsoft.VisualStudio.Threading.JoinableTaskContext

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

Return to top
Show: