IHostServicesDeleteWorkOrderAsync Method

Delete a work report asynchronously.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task DeleteWorkOrderAsync(
	int id
)

Parameters

id  Int32
work report identifier.

Return Value

Task
A task representing the asynchronous operation.

See Also