IStandAloneView.LoadConfiguration Method |
Loads the provided configuration .
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntaxvoid LoadConfiguration(
StandAloneConfiguration config,
IDictionary<string, DateTime> timeStamps,
bool clearJobs
)
Parameters
- config StandAloneConfiguration
- Configuration of the Stand-Alone mode.
- timeStamps IDictionary<String, DateTime>
- Dicitonary containing the time each jobs was last downloaded.
- clearJobs Boolean
- If true, current job list will be cleared before appending the jobs contained in the config.
See Also