IHostManufacturingUpdateLogisticInComponentAsync Method
Updates the logistics in the production order component asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task UpdateLogisticInComponentAsync(
long idComponent,
List<LineLogistic> logistic
)
Function UpdateLogisticInComponentAsync (
idComponent As Long,
logistic As List(Of LineLogistic)
) As Task
- idComponent Int64
- Identifier of the manufacturing component.
- logistic ListLineLogistic
- List<LineLogistic> with the logistics lines.
TaskA task representing the asynchronous operation.