Retranslate package to a Virtual Server (asynchronously).
- Parameters:
-
nPackageId | (int) Package ID. |
nVServerId | (int ) Virtual server ID. |
pOptions | (paramParams) Options container.
- "KLPKG_CREATE_STANDALONE_PRODS" - Create standalone packages for products (paramBool)
- "KLPKG_CREATE_STANDALONE_NAGT" - Create standalone packages for agents (paramBool)
- "KLPKG_USE_LANGUAGE_TAG" - Use the information about package language (paramString)
- "KLPKG_TYPE" - Package type (not masked, only one value) enum value (paramLong)
- 1 = Common package
- 2 = Install package
- 4 = Patch package
- 8 = Uninstall package
- 16 = OS image
- 32 = Published package
- "KLPKG_LAZY_RETRANSLATION" - Is lazy retranslation (paramBool)
|
- Returns:
- (wstring) Request ID used to subscribe to the event that is triggered when operation is complete.
- Exceptions:
-
Throws | exception in case of error. |