ParallelizeAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specification for parallelization level for a test run.
public ref class ParallelizeAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public class ParallelizeAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type ParallelizeAttribute = class
inherit Attribute
Public Class ParallelizeAttribute
Inherits Attribute
- Inheritance
-
ParallelizeAttribute
- Attributes
Constructors
ParallelizeAttribute() |
Initializes a new instance of the ParallelizeAttribute class. |
Properties
Scope |
Gets or sets the scope of the parallel run. |
Workers |
Gets or sets the number of workers to be used for the parallel run. |