ReleaseManifest.GetFinalConfigurationOperations Method (ServiceLevel, ServiceLevel, ServicingOperationTarget, Boolean, Boolean%)

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

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

ReleaseManifest Class

GetFinalConfigurationOperations Overload

Microsoft.TeamFoundation.Framework.Server Namespace