JoinableTaskFactory Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of JoinableTaskFactory.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
JoinableTaskFactory(JoinableTaskCollection) | Initializes a new instance of JoinableTaskFactory that adds all generated jobs to the specified collection. | |
JoinableTaskFactory(JoinableTaskContext) | Initializes a new instance of JoinableTaskFactory with the specified owning context. |
Top