ServiceHealthModel.ProcessInformationModel.Threads Property

Definition

Gets threading information for a health service process.

public:
 property System::ServiceModel::Description::ServiceHealthModel::ProcessThreadsModel ^ Threads { System::ServiceModel::Description::ServiceHealthModel::ProcessThreadsModel ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.Description.ServiceHealthModel.ProcessThreadsModel Threads { get; }
[<System.Runtime.Serialization.DataMember>]
member this.Threads : System.ServiceModel.Description.ServiceHealthModel.ProcessThreadsModel
Public ReadOnly Property Threads As ServiceHealthModel.ProcessThreadsModel

Property Value

An object that contains threading information for a health service process.

Attributes

Applies to