IHostManufacturingRemoveLogisticInOrderAsync Method

Removes all logistics of the manufactured item from the production order asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task RemoveLogisticInOrderAsync(
	long idOrder
)

Parameters

idOrder  Int64
Manufacturing order identifier.

Return Value

Task
A task representing the asynchronous operation.

See Also