Share via


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 服務的通道發送器狀態。

屬性

適用於