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
- fromServiceLevel
 Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
 Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
Return Value
Type: System.Collections.Generic.List<UpdatePackage>
Returns List<T>.
.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.