ServiceHealthModel.ProcessThreadsModel 类

定义

提供有关此服务运行状况进程的线程处理信息。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
继承
ServiceHealthModel.ProcessThreadsModel
属性

构造函数

ServiceHealthModel.ProcessThreadsModel()

初始化 ServiceHealthModel.ProcessThreadsModel 类的实例。Initializes an instance of the ServiceHealthModel.ProcessThreadsModel class.

属性

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.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于