CPFServerReplySendErrorAsync Method |
Creates an error response.
Namespace: Demo3D.PLC.Comms.CPFAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic abstract Task SendErrorAsync(
bool sync,
Status status
)
Parameters
- sync Boolean
- If true, the Task returned is guaranteed to be complete.
- status Status
- Error status.
Return Value
TaskNothing.
See Also