다음을 통해 공유


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 서비스의 채널 디스패처 상태입니다.

특성

적용 대상