ClientBase<TChannel>.State プロパティ

定義

ClientBase<TChannel> オブジェクトの現在の状態を取得します。

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 の値。

実装

注釈

詳細については、「System.ServiceModel.Channels.CommunicationObject」を参照してください。

適用対象