Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.