ServiceHealthModel.ChannelDispatcherModel.ListenerState 属性
定义
获取侦听器的状态。Gets the state of the listener.
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)
属性值
侦听器的状态。The state of the listener.
- 属性