IHostManufacturingGetManufacturingOrderAsync Method

Get manufacturing order asynchronously.

Definition

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

Parameters

id  Int64
Manufacturing order identifier.

Return Value

TaskManufacturingOrder
ManufacturingOrder with the manufacturing order.

See Also