Click or drag to resize

CommsEventsEventActionsConstruct Property

An action to call once when the module emulator has been created in the IO process.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Action<IComponentLogger?>? Construct { get; }

Property Value

Type: ActionIComponentLogger
Remarks

Will be called before the PLC connects to the device.

May be called in any thread.

See Also