IHostServicesSetWorkOrderAsync Method

Adds or updates the work report information asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task<int> SetWorkOrderAsync(
	WorkOrder workOrder
)

Parameters

workOrder  WorkOrder
WorkOrder to add or update.

Return Value

TaskInt32
Int32 with the assigned record identifier.

See Also