UserMethod |
This topic describes the ShipExec Server UserMethod Rule
A business rule hook that is exposed through the IwcfShip interface for users interacting with ShipExec through the API. Can be used to create custom API functionality
public object UserMethod(object userObject) { return null; }