IHostManufacturingStartManufacturingOrderAsync Method
Start the production order asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task StartManufacturingOrderAsync(
long id,
DateTime dateStart
)
Function StartManufacturingOrderAsync (
id As Long,
dateStart As DateTime
) As Task
- id Int64
- Production order identifier.
- dateStart DateTime
- Order start date.
TaskA task representing the asynchronous operation.