ClientBase<TChannel>.State Propriedade

Definição

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

CommunicationState

O valor do CommunicationState do objeto.

Implementações

Comentários

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

Aplica-se a