Click or drag to resize

CPFServerReplySendErrorAsync Method

Creates an error response.

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