Click or drag to resize

ModuleEmulatorAddPushBatch Method

Adds actions to be called once at the end of a Push from Model batch.

Namespace:  Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
Assembly:  PLC (in PLC.dll) Version: 18.03.00
Syntax
C#
public Action<IConnectionPoint> AddPushBatch(
	Action pushAction,
	params (ActionType , Action )[] recompute
)

Parameters

pushAction
Type: SystemAction

[Missing <param name="pushAction"/> documentation for "M:Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ModuleEmulator.AddPushBatch(System.Action,System.ValueTuple{Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ActionType,System.Action}[])"]

recompute
Type: SystemValueTupleActionType, Action

[Missing <param name="recompute"/> documentation for "M:Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ModuleEmulator.AddPushBatch(System.Action,System.ValueTuple{Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ActionType,System.Action}[])"]

Return Value

Type: ActionIConnectionPoint

[Missing <returns> documentation for "M:Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ModuleEmulator.AddPushBatch(System.Action,System.ValueTuple{Demo3D.PLC.Rockwell.Emulator.ModuleEmulators.ActionType,System.Action}[])"]

See Also