ClientBase<TChannel>.State Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o estado atual do objeto ClientBase<TChannel>.
public:
property System::ServiceModel::CommunicationState State { System::ServiceModel::CommunicationState get(); };
public System.ServiceModel.CommunicationState State { get; }
member this.State : System.ServiceModel.CommunicationState
Public ReadOnly Property State As CommunicationState
Valor da propriedade
O valor do CommunicationState do objeto.
Implementações
Comentários
Para obter mais informações, consulte System.ServiceModel.Channels.CommunicationObject.