IBuildController.Refresh Method

Refreshes the build controller by getting current property values from the build server.

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

Syntax

'Declaration
Sub Refresh ( _
    refreshAgentList As Boolean _
)
void Refresh(
    bool refreshAgentList
)
void Refresh(
    bool refreshAgentList
)
abstract Refresh : 
        refreshAgentList:bool -> unit 
function Refresh(
    refreshAgentList : boolean
)

Parameters

  • refreshAgentList
    Type: System.Boolean
    True to request agents from the server and refresh the local list of agents.

.NET Framework Security

See Also

Reference

IBuildController Interface

Microsoft.TeamFoundation.Build.Client Namespace