ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.State Propriété

Définition

Obtient l'état actuel de l'objet orienté communication.

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

Valeur de propriété

CommunicationState

Valeur du CommunicationState de l'objet.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ClientBase<TChannel>.ChannelBase<T> est castée en interface ICommunicationObject.

S’applique à