Click or drag to resize

PreCloseGroup

This topic describes the ShipExec Server PreCloseGroup Rule

A business rule hook that fires before the CloseGroup event

Sample PreCloseGroup Rule
C#
public void PreCloseGroup(string carrier, string groupType, SerializableDictionary userParams)
{

}
See Also