IQueuedBuild Interface
This interface represents a queued build on the Team Foundation Build server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Interface IQueuedBuild _
Inherits IComparable(Of IQueuedBuild)
'Usage
Dim instance As IQueuedBuild
public interface IQueuedBuild : IComparable<IQueuedBuild>
public interface class IQueuedBuild : IComparable<IQueuedBuild^>
public interface IQueuedBuild extends IComparable<IQueuedBuild>