Click or drag to resize

PostCloseGroup

This topic describes the ShipExec Server PostCloseGroup Rule

A business rule hook that fires after the CloseGroup event

Sample PostCloseGroup Rule
C#
public void PostCloseGroup(string carrier, string groupType, Group group, SerializableDictionary userParams)
{

}
See Also