Click or drag to resize
Parallel Properties

The Parallel type exposes the following members.

Properties
  NameDescription
Public propertyMainTask
Main task. If set the parallel will run as long as the main task runs. When the main task ends, all other tasks which still run are aborted. If not set the parallel will run as long as any task runs.
Public propertyMainTaskIndex
Xml serialization of the main task index.
Top
See Also