Share via


IEnsureMachineExistsExtension Interface

Plugin definition for TeamFoundationHostManagement. Used to ensure that a machine exists in the catalog. This behavior is not always required by the Framework, therefore it is executed via a plugin pattern.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<InheritedExportAttribute> _
Public Interface IEnsureMachineExistsExtension
[InheritedExportAttribute]
public interface IEnsureMachineExistsExtension
[InheritedExportAttribute]
public interface class IEnsureMachineExistsExtension
[<InheritedExportAttribute>]
type IEnsureMachineExistsExtension =  interface end
public interface IEnsureMachineExistsExtension

The IEnsureMachineExistsExtension type exposes the following members.

Methods

  Name Description
Public method EnsureMachineExists Ensure that the machine that is hosting the TFS services is registered in the catalog.

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace