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 열거형의 값입니다.

구현

적용 대상