WorkerPool.WorkerCount Property

Definition

Gets or sets number of instances in the worker pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to