편집

Share via


ServiceHealthModel.ChannelDispatcherModel.ListenerState Property

Definition

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)

Property Value

The state of the listener.

Attributes

Applies to