This topic has not yet been rated - Rate this topic

IRegisterHostAdapter Interface

Provides an interface for a host adapter agent to publish on a remoting channel.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
public interface IRegisterHostAdapter

The IRegisterHostAdapter type exposes the following members.

  NameDescription
Public methodPingVerifies connectivity if no error results from a call to this method.
Public methodRegisterRegisters the IHostAdapter.
Top

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.