IHostServicesChangeWorkOrderStatusAsync Method
Change the status of the work report.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
Task ChangeWorkOrderStatusAsync(
int id,
string statusCode,
DateTime statusDate
)
Function ChangeWorkOrderStatusAsync (
id As Integer,
statusCode As String,
statusDate As DateTime
) As Task
- id Int32
- work report identifier.
- statusCode String
- Status code.
- statusDate DateTime
- Status DateTime.
TaskA task representing the asynchronous operation.