Click or drag to resize

IStandAloneView.LoadConfiguration Method

Loads the provided configuration .

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
void 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