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é

Valeur de l’objet CommunicationState .

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ClientBase<TChannel>.ChannelBase<T> est convertie en ICommunicationObject interface.

S’applique à