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)

属性值

WCF 服务的通道调度程序的状态。

属性

适用于