CompleteMassDispatchGetOverallShipmentState 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.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public OverallShipmentState GetOverallShipmentState(
IEnumerable<WzpMassDispatchRecipient> messages
)
Public Function GetOverallShipmentState (
messages As IEnumerable(Of WzpMassDispatchRecipient)
) As OverallShipmentState
public:
OverallShipmentState GetOverallShipmentState(
IEnumerable<WzpMassDispatchRecipient^>^ messages
)
member GetOverallShipmentState :
messages : IEnumerable<WzpMassDispatchRecipient> -> OverallShipmentState
- messages IEnumerableWzpMassDispatchRecipient
- The message collection.
OverallShipmentStateReturns the aggregated shipment state.