Click or drag to resize

IJobManagerExportJob(JobDefinition, Stream, String) Method

Streams a given job in the specified format.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
void ExportJob(
	JobDefinition jobDefinition,
	Stream targetStream,
	string streamType
)

Parameters

jobDefinition  JobDefinition
The job definition.
targetStream  Stream
The stream to write to.
streamType  String
The type of the stream format.

Return Value

The stream of the job.
See Also