IHostManufacturingUpdateLogisticInOrderAsync Method

Updates the logistics of the manufactured item of the production order asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task UpdateLogisticInOrderAsync(
	long idOrder,
	List<LineLogistic> logistic
)

Parameters

idOrder  Int64
Manufacturing order identifier.
logistic  ListLineLogistic
List<LineLogistic> with the logistics lines.

Return Value

Task
A task representing the asynchronous operation.

See Also