This topic has not yet been rated - Rate this topic

ParallelOptions Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Stores options that configure the operation of methods on the Parallel class.

Namespace:  System.Threading
Assembly:  mscorlib (in mscorlib.dll)
public class ParallelOptions

By default, methods on the Parallel class attempt to utilize all available processors, are non-cancelable, and target whichever TaskScheduler is current at the time of the call. System.Threading.ParallelOptions enables overriding these defaults.

System.Object
  System.Threading.ParallelOptions

Some members are thread-safe and some are not. See member topics for more information.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 4
Did you find this helpful?
(1500 characters remaining)