ServiceHealthModel.ChannelDispatcherModel.State Property

Definition

Gets the state of the WCF service's channel dispatcher.

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)

Property Value

The state of the WCF service's channel dispatcher.

Attributes

Applies to