IRegisterHostAdapter 인터페이스

호스트 어댑터 에이전트에서 원격 채널에서 게시하기 위한 인터페이스를 제공합니다.

네임스페이스:  Microsoft.VisualStudio.TestTools.Execution
어셈블리:  Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

구문

‘선언
Public Interface IRegisterHostAdapter
public interface IRegisterHostAdapter
public interface class IRegisterHostAdapter
type IRegisterHostAdapter =  interface end
public interface IRegisterHostAdapter

IRegisterHostAdapter 형식에서는 다음과 같은 멤버를 노출합니다.

메서드

  이름 설명
Public 메서드 Ping 이 메서드 호출에서 오류가 발생하지 않은 경우 연결을 확인합니다.
Public 메서드 Register IHostAdapter 를 등록합니다.

위쪽

설명

호스트 어댑터 에이전트는 IRegisterHostAdapter를 구현하고 원격 채널에서 이 인터페이스를 구현하는 개체를 게시합니다. 호스트 어댑터가 이 인터페이스에 연결하여 해당 IHostAdapter를 등록합니다.

참고 항목

참조

Microsoft.VisualStudio.TestTools.Execution 네임스페이스

IRegisterHostAdapter

IHostAdapter