IHostManufacturingSetManufacturingOrderAsync Method

Save manufacturing order asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<long> SetManufacturingOrderAsync(
	ManufacturingOrder order
)

Parameters

order  ManufacturingOrder
ManufacturingOrderwith the manufacturing order.

Return Value

TaskInt64
Int64 with the manufacturing order identifier.

See Also