IHostManufacturingDeleteManufacturingOrderAsync Method
Delete manufacturing order asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task DeleteManufacturingOrderAsync(
long id,
bool deleteLowerOrders = false,
bool deleteBaseOrders = false
)
Function DeleteManufacturingOrderAsync (
id As Long,
Optional deleteLowerOrders As Boolean = false,
Optional deleteBaseOrders As Boolean = false
) As Task
- 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.
TaskA task representing the asynchronous operation.