Aqualogic Interaction API  
 

IPTUpgradeManager.PerformUpgrade Method 

Performs the upgrade, using the supplied parameters

void PerformUpgrade(
   object[][] varUpgradeParameters,
   string bstrErrorLogFile
);

Parameters

varUpgradeParameters
a 2D array of upgrade parameters, as described by PT_UPGRADE_PARAMETERS_COLS
bstrErrorLogFile
the full path to an error logging file. All errors will be logged to this file, but errors will generally NOT stop the upgrade from proceeding- the upgrade will attempt to perform all steps before exiting.

See Also

IPTUpgradeManager Interface | com.plumtree.server Namespace