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 枚举中的一个值,指示对象的当前状态。

实现

适用于