Click or drag to resize

CPFServerReplySendErrorAsync Method

Creates an error response.

Namespace: Demo3D.PLC.Comms.CPF
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public 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

Task
Nothing.
See Also