ServiceHealthModel.ChannelDispatcherModel.State Propriedade
Definição
Obtém o estado do dispatcher do canal do serviço WCF.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)
Valor da propriedade
O estado do dispatcher do canal do serviço WCF.The state of the WCF service's channel dispatcher.
- Atributos