CompleteExternalCommunicationGetOverallShipmentState Method |
Retrieves an aggregated state of all the message states as a conclusive state for the whole shipment.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic OverallShipmentState GetOverallShipmentState(
DataServiceCollection<WzpSmartpostRecipient> messages
)
Public Function GetOverallShipmentState (
messages As DataServiceCollection(Of WzpSmartpostRecipient)
) As OverallShipmentState
public:
OverallShipmentState GetOverallShipmentState(
DataServiceCollection<WzpSmartpostRecipient^>^ messages
)
member GetOverallShipmentState :
messages : DataServiceCollection<WzpSmartpostRecipient> -> OverallShipmentState
Parameters
- messages DataServiceCollectionWzpSmartpostRecipient
- The message collection.
Return Value
OverallShipmentStateReturns the aggregated shipment state.
See Also