ReleaseManifest.GetFinalConfigurationOperations, méthode (ServiceLevel, ServiceLevel, ServicingOperationTarget, Boolean, Boolean%, Dictionary<ServiceLevel, List<ServicingOperation>>)
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- 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%
- mergeOperations
Type : System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Valeur de retour
Type : System.Collections.Generic.List<String>
retourne List<T> ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.