IHostManufacturingUpdateLogisticInComponentAsync Method

Updates the logistics in the production order component asynchronously.

Definition

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

Parameters

idComponent  Int64
Identifier of the manufacturing component.
logistic  ListLineLogistic
List<LineLogistic> with the logistics lines.

Return Value

Task
A task representing the asynchronous operation.

See Also