IImagingJobManagerRunImagingSetAsync Method

Relativity Imaging API
Schedules an ImagingJob to run.

Namespace:  Relativity.Imaging.Services.Interfaces
Assembly:  Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax

Task<ImagingSetJobStatus> RunImagingSetAsync(
	ImagingJob imagingJob
)

Task<ImagingSetJobStatus> RunImagingSetAsync(
	ImagingJob imagingJob
)

Parameters

imagingJob
Type: Relativity.Imaging.Services.InterfacesImagingJob
An ImagingJob to run

Return Value

Type: TaskImagingSetJobStatus
Returns an ImagingSetJobStatus instance, which you can use to check the status of the job.
See Also

Reference