IHostServicesGetWorkOrderAsync Method

Obtains the information of the requested work report asynchronously.

Definition

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

Parameters

id  Int32
work report identifier.

Return Value

TaskWorkOrder
WorkOrder requested.

See Also