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 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Ping | 验证连接,确认对此方法的调用没有产生错误。 | |
Register | 注册 IHostAdapter。 |
页首
备注
主机适配器代理实现 IRegisterHostAdapter 和发布远程处理信道上实现此接口的对象。 主机适配器连接到此接口,并注册其 IHostAdapter。
请参阅
参考
Microsoft.VisualStudio.TestTools.Execution 命名空间
IRegisterHostAdapter