IHostManufacturingRemoveLogisticInComponentsAsync Method
Remove all logistics in the component from the production order asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task RemoveLogisticInComponentsAsync(
List<long> ids
)
Function RemoveLogisticInComponentsAsync (
ids As List(Of Long)
) As Task
- ids ListInt64
- List<Int64> with the logistics lines ids.
TaskA task representing the asynchronous operation.