ServiceHealthModel.ProcessThreadsModel Class

Definition

Provides threading information about this service health process.

public: ref class ServiceHealthModel::ProcessThreadsModel
[System.Runtime.Serialization.DataContract(Name="ProcessThreads", Namespace="http://schemas.microsoft.com/net/2018/08/health")]
public class ServiceHealthModel.ProcessThreadsModel
[<System.Runtime.Serialization.DataContract(Name="ProcessThreads", Namespace="http://schemas.microsoft.com/net/2018/08/health")>]
type ServiceHealthModel.ProcessThreadsModel = class
Public Class ServiceHealthModel.ProcessThreadsModel
Inheritance
ServiceHealthModel.ProcessThreadsModel
Attributes

Constructors

ServiceHealthModel.ProcessThreadsModel()

Initializes an instance of the ServiceHealthModel.ProcessThreadsModel class.

Properties

AvailableCompletionPortThreads

Gets the number of completion port threads available to this health service process.

AvailableWorkerThreads

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

MaxCompletionPortThreads

Gets the maximum number of completion port threads available to this health service process.

MaxWorkerThreads

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

MinCompletionPortThreads

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

MinWorkerThreads

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

NativeThreadCount

Gets the number of native threads used by this health service process.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to