Click or drag to resize

IStandAloneViewLoadConfiguration Method

Loads the provided configuration .

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