Click or drag to resize

EndLogicArgs Class

Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Emulator.ModuleEmulatorsEndLogicArgs

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public class EndLogicArgs

The EndLogicArgs type exposes the following members.

Constructors
  NameDescription
Public methodEndLogicArgs
Initializes a new instance of the EndLogicArgs class
Top
Methods
  NameDescription
Public methodAddUpdate(IConnectionPoint, ValueStruct)
Registers an update that needs to be applied in the next batch at the end of the current logic run.
Public methodAddUpdate(IConnectionPoint, DataValue)
Registers an update that needs to be applied in the next batch at the end of the current logic run.
Top
See Also