IStandAloneViewLoadConfiguration Method |
Loads the provided configuration .
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxvoid LoadConfiguration(
StandAloneConfiguration config,
IDictionary<string, DateTime> timeStamps,
bool clearJobs
)
Parameters
- config StandAloneConfiguration
- Configuration of the Stand-Alone mode.
- timeStamps IDictionaryString, 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