다음을 통해 공유


ServiceHealthModel.ChannelDispatcherModel.ListenerState 속성

정의

수신기의 상태를 가져옵니다.

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

속성 값

Nullable<CommunicationState>

수신기의 상태입니다.

특성

적용 대상