IHostServicesGenerateWorkOrderDocumentsAsync Method

Generate the work report documents asynchronously.

Definition

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

Parameters

id  Int32
work report identifier.

Return Value

TaskBoolean
if the document has been generated; otherwise, .

See Also