次の方法で共有


ICommunicationObject.State プロパティ

定義

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

public:
 property System::ServiceModel::CommunicationState State { System::ServiceModel::CommunicationState get(); };
public System.ServiceModel.CommunicationState State { get; }
member this.State : System.ServiceModel.CommunicationState
Public ReadOnly Property State As CommunicationState

プロパティ値

オブジェクトの CommunicationState の値。

注釈

ICommunicationObject で使用できる主な通信状態は次のとおりです。

このようなオブジェクトが最初の 3 つの主要な状態の間を遷移するときに占有できる一時的な状態もあります。

この CommunicationState では、チャネル、リスナー、チャネルおよびリスナー ファクトリ、ServiceHost クラスなど、システム内のすべての通信指向オブジェクトに対して有効な状態を定義します。

適用対象