IBusinessObjectPreProcessBatch Method | |
Business rules hook that fires before the ProcessBatch event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PreProcessBatch(
BatchRequest batchRequest,
ProcessBatchActions batchActions,
SerializableDictionary userParams
)
void PreProcessBatch(
BatchRequest^ batchRequest,
ProcessBatchActions batchActions,
SerializableDictionary^ userParams
)
function PreProcessBatch(batchRequest, batchActions, userParams);
Parameters
- batchRequest
- Type: PSI.SoxBatchRequest
ProcessBatchRequest object containing the information for the batch to be processed. - batchActions
- Type: PSI.SoxProcessBatchActions
Batch Actions - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also