ReleaseManifest.GetDeltaUpdates Method

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

Syntax

'Declaration
Public Function GetDeltaUpdates ( _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel _
) As List(Of UpdatePackage)
public List<UpdatePackage> GetDeltaUpdates(
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel
)
public:
List<UpdatePackage^>^ GetDeltaUpdates(
    ServiceLevel^ fromServiceLevel, 
    ServiceLevel^ toServiceLevel
)
member GetDeltaUpdates : 
        fromServiceLevel:ServiceLevel * 
        toServiceLevel:ServiceLevel -> List<UpdatePackage> 
public function GetDeltaUpdates(
    fromServiceLevel : ServiceLevel, 
    toServiceLevel : ServiceLevel
) : List<UpdatePackage>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ReleaseManifest Class

Microsoft.TeamFoundation.Framework.Server Namespace