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 列舉中的值,表示物件目前的狀態。

實作

適用於