IHostManufacturingAddLogisticInOrderAsync Method
Add logistics of the manufactured item from the production order asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task AddLogisticInOrderAsync(
long idOrder,
List<LineLogistic> logistic
)
Function AddLogisticInOrderAsync (
idOrder As Long,
logistic As List(Of LineLogistic)
) As Task
- idOrder Int64
- Manufacturing order identifier.
- logistic ListLineLogistic
- List<LineLogistic> with the logistics lines.
TaskA task representing the asynchronous operation.