IQueuedBuildsView.Refresh Method

Manually refreshes 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 _
)
void Refresh(
    bool useCompletedWindow
)
void Refresh(
    bool useCompletedWindow
)
abstract Refresh : 
        useCompletedWindow:bool -> unit
function Refresh(
    useCompletedWindow : boolean
)

Parameters

  • useCompletedWindow
    Type: System.Boolean

    True to remove completed builds outside of the completed window from view. False to remove all completed builds from view.

.NET Framework Security

See Also

Reference

IQueuedBuildsView Interface

Microsoft.TeamFoundation.Build.Client Namespace