IRegisterHostAdapter Interface
Visual Studio 2010
Provides an interface for a host adapter agent to publish on a remoting channel.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
The IRegisterHostAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Ping | Verifies connectivity if no error results from a call to this method. |
![]() | Register | Registers the IHostAdapter. |
The host adapter agent implements IRegisterHostAdapter and publishes an object that implements this interface on a remoting channel. The host adapter connects to this interface and registers its IHostAdapter.
