Click or drag to resize
ParallelTasks Namespace

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "N:ParallelTasks"]

Structures
  StructureDescription
Public structureTask
A struct which represents a single execution of an IWork instance.
Public structureWorkOptions
A struct containing options about how an IWork instance can be executed.
Interfaces
  InterfaceDescription
Public interfaceIWork
An interface for a piece of work which can be executed by ParallelTasks.