ServiceHealthModel.ChannelDispatcherModel.State プロパティ

定義

WCF サービスのチャネル ディスパッチャーの状態を取得します。

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

プロパティ値

Nullable<CommunicationState>

WCF サービスのチャネル ディスパッチャーの状態。

属性

適用対象