Share via


ReleaseManifest.GetFinalConfigurationOperations Method (ServiceLevel, ServiceLevel, ServicingOperationTarget, Boolean, Boolean%, Dictionary<ServiceLevel, List<ServicingOperation>>)

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

Syntax

'Declaration
Public Function GetFinalConfigurationOperations ( _
    fromServiceLevel As ServiceLevel, _
    toServiceLevel As ServiceLevel, _
    operationTarget As ServicingOperationTarget, _
    isHosted As Boolean, _
    <OutAttribute> ByRef onlineUpdate As Boolean, _
    mergeOperations As Dictionary(Of ServiceLevel, List(Of ServicingOperation)) _
) As List(Of String)
public List<string> GetFinalConfigurationOperations(
    ServiceLevel fromServiceLevel,
    ServiceLevel toServiceLevel,
    ServicingOperationTarget operationTarget,
    bool isHosted,
    out bool onlineUpdate,
    Dictionary<ServiceLevel, List<ServicingOperation>> mergeOperations
)
public:
List<String^>^ GetFinalConfigurationOperations(
    ServiceLevel^ fromServiceLevel, 
    ServiceLevel^ toServiceLevel, 
    ServicingOperationTarget operationTarget, 
    bool isHosted, 
    [OutAttribute] bool% onlineUpdate, 
    Dictionary<ServiceLevel^, List<ServicingOperation^>^>^ mergeOperations
)
member GetFinalConfigurationOperations : 
        fromServiceLevel:ServiceLevel * 
        toServiceLevel:ServiceLevel * 
        operationTarget:ServicingOperationTarget * 
        isHosted:bool * 
        onlineUpdate:bool byref * 
        mergeOperations:Dictionary<ServiceLevel, List<ServicingOperation>> -> List<string> 
public function GetFinalConfigurationOperations(
    fromServiceLevel : ServiceLevel, 
    toServiceLevel : ServiceLevel, 
    operationTarget : ServicingOperationTarget, 
    isHosted : boolean, 
    onlineUpdate : boolean, 
    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

GetFinalConfigurationOperations Overload

Microsoft.TeamFoundation.Framework.Server Namespace