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
- fromServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- toServiceLevel
Type: Microsoft.TeamFoundation.Framework.Server.ServiceLevel
- operationTarget
Type: Microsoft.TeamFoundation.Framework.Server.ServicingOperationTarget
- isHosted
Type: System.Boolean
- onlineUpdate
Type: System.Boolean%
Return Value
Type: System.Collections.Generic.List<String>
.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.