IBuildAgent.Refresh Method (array<String )

Refresh this build agent by getting updated property values from the server.

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

Syntax

'Declaration
Sub Refresh ( _
    propertyNameFilters As String() _
)
void Refresh(
    string[] propertyNameFilters
)
void Refresh(
    array<String^>^ propertyNameFilters
)
abstract Refresh : 
        propertyNameFilters:string[] -> unit
function Refresh(
    propertyNameFilters : String[]
)

Parameters

  • propertyNameFilters
    Type: array<System.String[]

    The property names to obtain.

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Refresh Overload

Microsoft.TeamFoundation.Build.Client Namespace