ClientBase<TChannel>.ChannelBase<T>.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

Valor del CommunicationState objeto .

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la ClientBase<TChannel>.ChannelBase<T> instancia se convierte en una ICommunicationObject interfaz.

Se aplica a