IBusinessObjectPostPack Method | |
Business rules hook that fires after a Pack event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PostPack(
PackingRequest packRequest,
PackingResponse packingResponse,
SerializableDictionary userParams
)
void PostPack(
PackingRequest^ packRequest,
PackingResponse^ packingResponse,
SerializableDictionary^ userParams
)
function PostPack(packRequest, packingResponse, userParams);
Parameters
- packRequest
- Type: PSI.Sox.PackingPackingRequest
PackRequest object containing the information for the package that was packed. - packingResponse
- Type: PSI.Sox.PackingPackingResponse
PackResponse object containing the response from the Pack operation. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also