Share via


WebApiSkill.DegreeOfParallelism Property

Definition

Gets or sets if set, the number of parallel calls that can be made to the Web API.

[Newtonsoft.Json.JsonProperty(PropertyName="degreeOfParallelism")]
public int? DegreeOfParallelism { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="degreeOfParallelism")>]
member this.DegreeOfParallelism : Nullable<int> with get, set
Public Property DegreeOfParallelism As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to