IHostServicesChangeWorkOrderStatusAsync Method

Change the status of the work report.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
Task ChangeWorkOrderStatusAsync(
	int id,
	string statusCode,
	DateTime statusDate
)

Parameters

id  Int32
work report identifier.
statusCode  String
Status code.
statusDate  DateTime
Status DateTime.

Return Value

Task
A task representing the asynchronous operation.

See Also