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

プロパティ値

サービスの状態。

属性

適用対象