ClientBase<TChannel>.State Propriedade

Definição

Obtém o estado atual do ClientBase<TChannel> objeto.

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 de Propriedade

O valor do CommunicationState objeto.

Implementações

Observações

Para obter mais informações, veja System.ServiceModel.Channels.CommunicationObject.

Aplica-se a