TeamFoundationServicingService.QueryUpdatePackageHistory Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function QueryUpdatePackageHistory ( _
    requestContext As TeamFoundationRequestContext, _
    version As String, _
    milestone As String, _
    installedExplicitlyOnly As Boolean _
) As List(Of UpdatePackageHistoryEntry)
public List<UpdatePackageHistoryEntry> QueryUpdatePackageHistory(
    TeamFoundationRequestContext requestContext,
    string version,
    string milestone,
    bool installedExplicitlyOnly
)
public:
List<UpdatePackageHistoryEntry^>^ QueryUpdatePackageHistory(
    TeamFoundationRequestContext^ requestContext, 
    String^ version, 
    String^ milestone, 
    bool installedExplicitlyOnly
)
member QueryUpdatePackageHistory : 
        requestContext:TeamFoundationRequestContext * 
        version:string * 
        milestone:string * 
        installedExplicitlyOnly:bool -> List<UpdatePackageHistoryEntry> 
public function QueryUpdatePackageHistory(
    requestContext : TeamFoundationRequestContext, 
    version : String, 
    milestone : String, 
    installedExplicitlyOnly : boolean
) : List<UpdatePackageHistoryEntry>

Parameters

Return Value

Type: System.Collections.Generic.List<UpdatePackageHistoryEntry>

.NET Framework Security

See Also

Reference

TeamFoundationServicingService Class

Microsoft.TeamFoundation.Framework.Server Namespace