ClientBase<TChannel>.State Propriedade

Definição

Obtém o estado atual do objeto ClientBase<TChannel>.Gets the current state of the ClientBase<TChannel> object.

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.The value of the CommunicationState of the object.

Implementações

Comentários

Para obter mais informações, consulte System.ServiceModel.Channels.CommunicationObject.For more information, see System.ServiceModel.Channels.CommunicationObject.

Aplica-se a