Click or drag to resize

IJobManagerLoadJob(Stream) Method

Loads from a given stream and creates the corresponding job. Missing items will be reported back in the return value.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
LoadJobDefinitionResult LoadJob(
	Stream stream
)

Parameters

stream  Stream
The stream of the job.

Return Value

LoadJobDefinitionResult
The result of the loading containing the job, missing job elements, and missing bitmaps.
See Also