ParallelizeAttribute Class

Definition

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.

Applies to