IHostServicesGenerateWorkOrderDocumentsAsync Method
Generate the work report documents asynchronously.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task<bool> GenerateWorkOrderDocumentsAsync(
int id
)
Function GenerateWorkOrderDocumentsAsync (
id As Integer
) As Task(Of Boolean)
- id Int32
- work report identifier.
TaskBoolean if the document has been generated; otherwise,
.