DeviceEmulatorStartAsync Method |
Start the emulator.
Namespace:
Demo3D.PLC.Rockwell.Emulator
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
Syntaxpublic 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:
TaskNothing.
Remarks
Called after all emulators have been initialized.
See Also