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