DelegatingJoinableTaskFactory(JoinableTaskFactory) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DelegatingJoinableTaskFactory class.
protected:
DelegatingJoinableTaskFactory(Microsoft::VisualStudio::Threading::JoinableTaskFactory ^ innerFactory);
DelegatingJoinableTaskFactory(Microsoft::VisualStudio::Threading::JoinableTaskFactory const & innerFactory);
protected DelegatingJoinableTaskFactory (Microsoft.VisualStudio.Threading.JoinableTaskFactory innerFactory);
new Microsoft.VisualStudio.Threading.DelegatingJoinableTaskFactory : Microsoft.VisualStudio.Threading.JoinableTaskFactory -> Microsoft.VisualStudio.Threading.DelegatingJoinableTaskFactory
Protected Sub New (innerFactory As JoinableTaskFactory)
Parameters
- innerFactory
- JoinableTaskFactory
The inner factory that will create the tasks.