Click or drag to resize

PreProcessBatch

This topic describes the ShipExec Server PreProcessBatch Rule

A business rule hook that fires before the ProcessBatch event

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

}
See Also