DelegatingJoinableTaskFactory Constructor (JoinableTaskFactory^)

 

Initializes an instance of the DelegatingJoinableTaskFactory.

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

protected:
DelegatingJoinableTaskFactory(
	JoinableTaskFactory^ innerFactory
)

Parameters

innerFactory
Type: Microsoft.VisualStudio.Threading::JoinableTaskFactory^

The inner factory that will create the tasks.

Return to top
Show: