IHostManufacturingDeleteManufacturingOrderAsync Method

Delete manufacturing order asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteManufacturingOrderAsync(
	long id,
	bool deleteLowerOrders = false,
	bool deleteBaseOrders = false
)

Parameters

id  Int64
Manufacturing order identifier.
deleteLowerOrders  Boolean  (Optional)
Indicates whether to delete lower orders.
deleteBaseOrders  Boolean  (Optional)
Indicates whether to delete the base production orders.

Return Value

Task
A task representing the asynchronous operation.

See Also