Click or drag to resize

DeviceEmulatorStartAsync Method

Start the emulator.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract Task StartAsync(
	bool sync,
	IComponentLogger? logger
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned must be guaranteed to be complete.
logger
Type: Demo3D.CommonIComponentLogger
A log message logger.

Return Value

Type: Task
Nothing.
Remarks
Called after all emulators have been initialized.
See Also