ITeamFoundationHostStateValidator Interface

This interface must be implemented by objects that can evaluate host-ready state.

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

Syntax

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

The ITeamFoundationHostStateValidator type exposes the following members.

Properties

  Name Description
Public property Priority Host state validator priority. Defines the order in which host state validators are called.

Top

Methods

  Name Description
Public method GetHostReadyState Evaluates host-ready state.

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace