Returns operations that we need to execute to bring operationTarget (ConfigurationDatabase, CollectionDatabase, SharePointServices, etc.) from fromServiceLevel to toServiceLevel. For uninstall case, this method does not return the repair operation.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetDeltaOperations ( _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel, _
    operationTarget As ServicingOperationTarget, _
    mergeOperations As Dictionary(Of ServiceLevel, List(Of ServicingOperation)) _
) As List(Of String)
public List<string> GetDeltaOperations(
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    ServicingOperationTarget operationTarget,
    Dictionary<ServiceLevel, List<ServicingOperation>> mergeOperations
)
public:
List<String^>^ GetDeltaOperations(
    ServiceLevel^ fromServiceLevel, 
    ServiceLevel^ toServiceLevel, 
    ServicingOperationTarget operationTarget, 
    Dictionary<ServiceLevel^, List<ServicingOperation^>^>^ mergeOperations
)
member GetDeltaOperations : 
        fromServiceLevel:ServiceLevel * 
        toServiceLevel:ServiceLevel * 
        operationTarget:ServicingOperationTarget * 
        mergeOperations:Dictionary<ServiceLevel, List<ServicingOperation>> -> List<string> 
public function GetDeltaOperations(
    fromServiceLevel : ServiceLevel, 
    toServiceLevel : ServiceLevel, 
    operationTarget : ServicingOperationTarget, 
    mergeOperations : Dictionary<ServiceLevel, List<ServicingOperation>>
) : List<String>
Parameters
- fromServiceLevel
 Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
 Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- operationTarget
 Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperationTarget
- mergeOperations
 Type: System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Return Value
Type: System.Collections.Generic.List<String>
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.