This documentation is archived and is not being maintained.

IBuildController::Refresh Method (array<String>, Boolean)

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)

void Refresh(
	array<String^>^ propertyNameFilters, 
	bool refreshAgentList
)

Parameters

propertyNameFilters
Type: array<System::String>

The property names to obtain.

refreshAgentList
Type: System::Boolean

If true, agents are requested from the server and the list of agents is replaced.

Show: