Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
EnsureMachineExists | Ensure that the machine that is hosting the TFS services is registered in the catalog. |
Top