DiscoveryClient.ICommunicationObject.State Propiedad

Definición

Obtiene el estado actual del objeto orientado a la comunicación.

property System::ServiceModel::CommunicationState System::ServiceModel::ICommunicationObject::State { System::ServiceModel::CommunicationState get(); };
System.ServiceModel.CommunicationState System.ServiceModel.ICommunicationObject.State { get; }
member this.System.ServiceModel.ICommunicationObject.State : System.ServiceModel.CommunicationState
 ReadOnly Property State As CommunicationState Implements ICommunicationObject.State

Valor de propiedad

El valor de CommunicationState correspondiente al objeto.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de DiscoveryClient se convierte en una interfaz ICommunicationObject.

Se aplica a