IBuildDetail.Refresh Method

Retrieves the latest build data from the server that has the specified query options and information types.

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

Syntax

'Declaration
Sub Refresh ( _
    informationTypes As String(), _
    queryOptions As QueryOptions _
)
void Refresh(
    string[] informationTypes,
    QueryOptions queryOptions
)
void Refresh(
    array<String^>^ informationTypes, 
    QueryOptions queryOptions
)
abstract Refresh : 
        informationTypes:string[] * 
        queryOptions:QueryOptions -> unit
function Refresh(
    informationTypes : String[], 
    queryOptions : QueryOptions
)

Parameters

  • informationTypes
    Type: array<System.String[]

    The information types to retrieve.

    Valid types include the members of Microsoft.TeamFoundation.Build.Common.InformationTypes, and "*".

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace