IHostManufacturingStartManufacturingOrderAsync Method

Start the production order asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task StartManufacturingOrderAsync(
	long id,
	DateTime dateStart
)

Parameters

id  Int64
Production order identifier.
dateStart  DateTime
Order start date.

Return Value

Task
A task representing the asynchronous operation.

See Also