Click or drag to resize

PreReProcess

This topic describes the ShipExec Server PreReprocess Rule

A business rule hook that fires before the Reprocess event

Sample PreReprocess Rule
C#
public void PreReprocess(string carrier, List<long> globalMsns, SerializableDictionary userParams)
{

}
See Also