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
'Декларация
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
- 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.