IJobManagerExportJob(JobDefinition, Stream, String) Method |
Streams a given job in the specified format.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxvoid 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