Click or drag to resize

PostProcessBatch

This topic describes the ShipExec Server PostProcessBatch Rule

A business rule hook that fires after the ProcessBatch event

Sample PostProcessBatch Rule
C#
public void PostProcessBatch(BatchRequest batchRequest, ProcessBatchActions batchActions, ProcessBatchResult processBatchResult, SerializableDictionary userParams)
{

}
See Also