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
声明
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.