ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.State Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.