IHostManufacturingCloseManufacturingOrderAsync Method
Close the production order asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<long> CloseManufacturingOrderAsync(
long id,
DateTime dateClose,
decimal quantity
)
Function CloseManufacturingOrderAsync (
id As Long,
dateClose As DateTime,
quantity As Decimal
) As Task(Of Long)
- id Int64
- Production order identifier.
- dateClose DateTime
- Order closing date.
- quantity Decimal
- Quantity to manufacture.
TaskInt64Int64 with the manufacturing order identifier.