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