ClientBase<TChannel>.State Propiedad

Definición

Obtiene el estado actual del 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 propiedad

Valor del CommunicationState objeto .

Implementaciones

Comentarios

Para obtener más información, consulte System.ServiceModel.Channels.CommunicationObject.

Se aplica a