Click or drag to resize

ModuleEmulatorScheduleAfter Method

Schedule an event.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Event ScheduleAfter(
	RealTime after,
	Action action
)

Parameters

after
Type: Demo3D.EventQueueRealTime
Duration from now of the event.
action
Type: SystemAction
Event action.

Return Value

Type: Event
The future event, which can be canceled.
See Also