[This is preliminary documentation and is subject to change.]
The number of workers (i.e. CPUs used) in the local process.
N.B. At present, all processes in a computation must use the same worker count.
Namespace: Microsoft.Research.Naiad
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public int WorkerCount { get; set; }
Property Value
Type: Int32See Also