|
msiSetBulkPutPostProcPolicy |
( |
msParam_t * |
xflag, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice sets whether the post processing "put" rule (acPostProcForPut) should be run (on or off) for the bulk put operation.
- Module:
- core
- Since:
- 2.4
- Author:
- Mike Wan
- Date:
- 2010-07
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | xflag | - Required - a msParam of type STR_MS_T.
- "on" - enable execution of acPostProcForPut.
- "off" - disable execution of acPostProcForPut.
|
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 1683 of file reSysDataObjOpr.c.
|