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)

Syntax

'Declaration
Public Interface IRegisterHostAdapter
public interface IRegisterHostAdapter
public interface class IRegisterHostAdapter
type IRegisterHostAdapter =  interface end
public interface IRegisterHostAdapter

The IRegisterHostAdapter type exposes the following members.

Methods

  Name Description
Public method Ping Verifies connectivity if no error results from a call to this method.
Public method Register Registers the IHostAdapter.

Top

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace

IRegisterHostAdapter

IHostAdapter