IHostManufacturingAddProposeLogisticInComponentsAsync Method

Add logistics proposals to the components of the indicated manufacturing orders asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task AddProposeLogisticInComponentsAsync(
	List<long> ids
)

Parameters

ids  ListInt64
List<Int64> with the logistics lines identifiers.

Return Value

Task
A task representing the asynchronous operation.

See Also