IBusinessObjectApiProcessBatch Method | |
Process Batch
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax ProcessBatchResult ProcessBatch(
UserContext userContext,
BatchRequest batchRequest,
ProcessBatchActions processBatchActions,
SerializableDictionary userParams
)
ProcessBatchResult^ ProcessBatch(
UserContext^ userContext,
BatchRequest^ batchRequest,
ProcessBatchActions processBatchActions,
SerializableDictionary^ userParams
)
function ProcessBatch(userContext, batchRequest, processBatchActions, userParams);
Parameters
- userContext
- Type: PSI.SoxUserContext
UserContext userContext - batchRequest
- Type: PSI.SoxBatchRequest
Batch Request - processBatchActions
- Type: PSI.SoxProcessBatchActions
ProcessBatchActions processBatchActions - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary userParams
Return Value
Type:
ProcessBatchResultSee Also