ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.State Propriedade

Definição

Obtém o estado atual do objeto voltado à comunicação.

property System::ServiceModel::CommunicationState System::ServiceModel::ICommunicationObject::State { System::ServiceModel::CommunicationState get(); };
System.ServiceModel.CommunicationState System.ServiceModel.ICommunicationObject.State { get; }
member this.System.ServiceModel.ICommunicationObject.State : System.ServiceModel.CommunicationState
 ReadOnly Property State As CommunicationState Implements ICommunicationObject.State

Valor da propriedade

O valor do CommunicationState do objeto.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de ClientBase<TChannel>.ChannelBase<T> é convertida em uma interface de ICommunicationObject.

Aplica-se a