Click or drag to resize

EDSRegistryRegister Method

Registers a DeviceEmulator or ModuleEmulator.

Namespace: Demo3D.PLC.Rockwell.Emulator
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public IDisposable Register(
	EDSRegistration registration
)

Parameters

registration  EDSRegistration
The device/module registration.

Return Value

IDisposable
An object for uninstalling the registration. Dispose to uninstall.
See Also