IBusinessObjectPostReprocess Method | |
Business rules hook that fires after the Reprocess event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PostReprocess(
string carrier,
List<long> globalMsns,
ReProcessResult reProcessResult,
SerializableDictionary userParams
)
void PostReprocess(
String^ carrier,
List<long long>^ globalMsns,
ReProcessResult^ reProcessResult,
SerializableDictionary^ userParams
)
function PostReprocess(carrier, globalMsns, reProcessResult, userParams);
Parameters
- carrier
- Type: SystemString
ShipExec Carrier Symbol. Example: CONNECTSHIP_UPS.UPS - globalMsns
- Type: System.Collections.GenericListInt64
Global Msns. - reProcessResult
- Type: PSI.SoxReProcessResult
ReProcess Response. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also