ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.State プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
通信指向オブジェクトの現在の状態を取得します。
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 の値。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ClientBase<TChannel>.ChannelBase<T> のインスタンスが ICommunicationObject インターフェイスにキャストされる場合のみ、使用できます。