ModuleEmulatorEventLock Property |
An object that you can lock to serialize access to the module emulator script functions.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic Object EventLock { get; }Property Value
Type:
Object
Remarks
It only acts within the current process, so accesses to the module image from the emulator process
and the IO process may still occur in parallel.
See Also