DiscoveryClient.ICommunicationObject.State プロパティ

定義

通信指向オブジェクトの現在の状態を取得します。

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

プロパティ値

オブジェクトの CommunicationState の値。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、DiscoveryClient のインスタンスが ICommunicationObject インターフェイスにキャストされる場合のみ、使用できます。

適用対象