ServiceHealthModel.ProcessThreadsModel.MinWorkerThreads Property

Definition

Gets the minimum number of worker threads available to this health service process.

public:
 property int MinWorkerThreads { int get(); };
[System.Runtime.Serialization.DataMember]
public int MinWorkerThreads { get; }
[<System.Runtime.Serialization.DataMember>]
member this.MinWorkerThreads : int
Public ReadOnly Property MinWorkerThreads As Integer

Property Value

The minimum number of available worker threads for this health service process.

Attributes

Applies to