The interface for a view of the queued builds in the server that is running Team Foundation Build.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IQueuedBuildsView
public interface IQueuedBuildsView
public interface class IQueuedBuildsView
type IQueuedBuildsView =  interface end
public interface IQueuedBuildsView
The IQueuedBuildsView type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AgentFilter | Obsolete. Gets the build agent specification used to filter builds in the QueuedBuilds property. | 
| .gif) | BuildServer | Obsolete. Gets the build server that created this queued builds view. | 
| .gif) | CompletedWindow | Gets or sets the time span to hold builds in the queue during polling. | 
| .gif) | ControllerFilter | Gets the build controller specification used to filter builds in the QueuedBuilds property. | 
| .gif) | DefinitionFilter | Gets the build definition specification used to filter builds in the QueuedBuilds property. | 
| .gif) | QueryOptions | Gets or sets the query options to use when querying the QueuedBuilds property. | 
| .gif) | QueuedBuilds | Gets the queued builds in the team project that match the specified AgentFilter, DefinitionFilter, and StatusFilter properties. | 
| .gif) | RequestedForFilter | Gets or sets the requested for filter. | 
| .gif) | StatusFilter | Gets or sets the status filter. | 
| .gif) | TeamProject | Obsolete. Gets the team project that owns this view. | 
| .gif) | TeamProjectFilter | Gets the team project filter. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Connect() | Starts polling, using the default interval of 30 seconds and no synchronization object. | 
| .gif) | Connect(Int32, ISynchronizeInvoke) | Starts polling, using the specified interval and ISynchronizeInvoke object. | 
| .gif) | Disconnect | Stops polling. | 
| .gif) | Refresh | Manually refreshes the view, and optionally removes completed builds from the view. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | StatusChanged | Raised once for each polling interval. | 
| .gif) | StatusChanging | Raised once for each polling interval. | 
Top