Share via


IQueuedBuildsView.Refresh Method

Updates the view and optionally removes completed builds from the view.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Sub Refresh ( _
    useCompletedWindow As Boolean _
)
'Usage
Dim instance As IQueuedBuildsView 
Dim useCompletedWindow As Boolean

instance.Refresh(useCompletedWindow)
void Refresh(
    bool useCompletedWindow
)
void Refresh(
    bool useCompletedWindow
)
function Refresh(
    useCompletedWindow : boolean
)

Parameters

  • useCompletedWindow
    Type: System.Boolean

    If false, all completed builds are removed from the view immediately. If true, only those completed builds outside the completed window are removed from the view.

.NET Framework Security

See Also

Reference

IQueuedBuildsView Interface

IQueuedBuildsView Members

Microsoft.TeamFoundation.Build.Client Namespace