Click or drag to resize

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

Sample UserMethod Rule
C#
public object UserMethod(object userObject)
{
    return null;
}
See Also