ReleaseManifest.GetDeltaOperations Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetDeltaOperations(ServiceLevel, ServiceLevel, ServicingOperationTarget, 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. | |
GetDeltaOperations(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. |
Top