CommunicationObject.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

オブジェクトの現在の状態を示す CommunicationState 列挙体の値。

実装

適用対象