IJobManagerSaveJob(JobDefinition, Stream) Method |
Streams a given job.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxvoid SaveJob(
JobDefinition jobDefinition,
Stream targetStream
)
Parameters
- jobDefinition JobDefinition
- The job definition.
- targetStream Stream
- The stream to write to.
ExceptionsException | Condition |
---|
ApplicationException | The job cannot be streamed. |
See Also