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)

属性值

侦听器的状态。

属性

适用于