IHostManufacturingCloseManufacturingOrderAsync Method

Close the production order asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> CloseManufacturingOrderAsync(
	long id,
	DateTime dateClose,
	decimal quantity
)

Parameters

id  Int64
Production order identifier.
dateClose  DateTime
Order closing date.
quantity  Decimal
Quantity to manufacture.

Return Value

TaskInt64
Int64 with the manufacturing order identifier.

See Also