|
params NagRdu::ChangeXperfRotatedParams |
( |
wstring |
szwProductID, |
|
|
int |
nTraceLevel, |
|
|
int |
nXPerfMode, |
|
|
int |
nMaxPartSize |
|
) |
| |
Changes the rotated XPerf trace level for a specific product, enables and disables XPerf tracing.
- Parameters:
-
szwProductID | product ID. Taken from the container of the current host state. |
nTraceLevel | new XPerf trace level. Specific for each product. |
nXPerfMode | XPerf mode. 0 means BASIC, and 1 means ONREBOOT. |
nMaxPartSize | maximum size of each part, in MB. |
- Returns:
- Current host state.
- Exceptions:
-
The | function throws an exception in case of an error. |
|