ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.State Propriedade
Definição
Obtém o estado atual do objeto voltado à comunicação.Gets the current state of the communication-oriented object.
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.The value of the CommunicationState of the object.
Implementações
Comentários
Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de ClientBase<TChannel>.ChannelBase<T> é convertida em uma interface de ICommunicationObject.It can be used only when the ClientBase<TChannel>.ChannelBase<T> instance is cast to an ICommunicationObject interface.