ReleaseManifest.GetDeltaOperations Method (ServiceLevel, ServiceLevel, ServicingOperationTarget, Boolean, Boolean%, 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, _
isHosted As Boolean, _
<OutAttribute> ByRef onlineUpdate As Boolean, _
mergeOperations As Dictionary(Of ServiceLevel, List(Of ServicingOperation)) _
) As List(Of String)
public List<string> GetDeltaOperations(
ServiceLevel fromServiceLevel,
ServiceLevel toServiceLevel,
ServicingOperationTarget operationTarget,
bool isHosted,
out bool onlineUpdate,
Dictionary<ServiceLevel, List<ServicingOperation>> mergeOperations
)
public:
List<String^>^ GetDeltaOperations(
ServiceLevel^ fromServiceLevel,
ServiceLevel^ toServiceLevel,
ServicingOperationTarget operationTarget,
bool isHosted,
[OutAttribute] bool% onlineUpdate,
Dictionary<ServiceLevel^, List<ServicingOperation^>^>^ mergeOperations
)
member GetDeltaOperations :
fromServiceLevel:ServiceLevel *
toServiceLevel:ServiceLevel *
operationTarget:ServicingOperationTarget *
isHosted:bool *
onlineUpdate:bool byref *
mergeOperations:Dictionary<ServiceLevel, List<ServicingOperation>> -> List<string>
public function GetDeltaOperations(
fromServiceLevel : ServiceLevel,
toServiceLevel : ServiceLevel,
operationTarget : ServicingOperationTarget,
isHosted : boolean,
onlineUpdate : boolean,
mergeOperations : Dictionary<ServiceLevel, List<ServicingOperation>>
) : 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%
- mergeOperations
Type: System.Collections.Generic.Dictionary<ServiceLevel, List<ServicingOperation>>
Return Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.