Aqualogic Interaction API  
 

IPTUpgradeManager.QueryParametersRequiredForUpgrade Method 

Returns an array describing the information needed by the server to perform an upgrade. The results are a 2D array where each row represents a requested data item, and the columns are described by PT_UPGRADE_PARAMETERS_COLS and PT_UPGRADE_DATATYPES. Note that clients MUST successful call Connect before calling this method.

object[][] QueryParametersRequiredForUpgrade();

Return Value

a 2D array described by PT_UPGRADE_PARAMETERS_COLS

See Also

IPTUpgradeManager Interface | com.plumtree.server Namespace | PT_UPGRADE_PARAMETERS_COLS