IHostManufacturingGetManufacturingOrderAsync Method
Get manufacturing order asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<ManufacturingOrder> GetManufacturingOrderAsync(
long id
)
Function GetManufacturingOrderAsync (
id As Long
) As Task(Of ManufacturingOrder)
- id Int64
- Manufacturing order identifier.
TaskManufacturingOrderManufacturingOrder with the manufacturing order.