Click or drag to resize

PostReProcess

This topic describes the ShipExec Server PostReprocess Rule

A business rule hook that fires after the Reprocess event

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

}
See Also