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
- 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.