Click or drag to resize
WorkOptionsMaximumThreads Property

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

Gets or sets the maximum number of threads which can concurrently execute this work.

Namespace: ParallelTasks
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public int MaximumThreads { get; set; }

Property Value

Type: Int32

[Missing <value> documentation for "P:ParallelTasks.WorkOptions.MaximumThreads"]

See Also