IPlcHeadEndManagerFailure Method

Called when PLC manager main thread stops due to fatal error.

Definition

Namespace: OddPrg.Communication.Plc
Assembly: OddPrg.Communication.Plc (in OddPrg.Communication.Plc.dll) Version: 1.0.0.0 (1.0.0.0)
C#
void ManagerFailure(
	Exception exception
)

Parameters

exception  Exception
Error description.

See Also