Share via


ReleaseManifest.GetDeltaOperations Method (ServiceLevel, ServiceLevel, ServicingOperationTarget, Dictionary<ServiceLevel, List<ServicingOperation>>)

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

Return Value

Type: System.Collections.Generic.List<String>
Returns List<T>.

.NET Framework Security

See Also

Reference

ReleaseManifest Class

GetDeltaOperations Overload

Microsoft.TeamFoundation.Framework.Server Namespace