共用方式為


ServiceHealthModel.ServicePropertiesModel.State 屬性

定義

取得 WCF 服務的目前狀態。

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

屬性值

CommunicationState

服務的狀態。

屬性

適用於