Click or drag to resize

IJobManagerImportJob(Stream, String) Method

Loads from a given stream of a specific format 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 ImportJob(
	Stream stream,
	string streamType
)

Parameters

stream  Stream
The stream of the job.
streamType  String
The type of the stream format.

Return Value

LoadJobDefinitionResult
The result of the loading containing the job, missing job elements, and missing bitmaps.
Exceptions
ExceptionCondition
ApplicationExceptionThe job cannot be created.
See Also