IImagingJobManagerStopImagingJobAsync Method

Relativity Imaging API
Stops an in-progress imaging job, including imaging set jobs, and jobs for image on the fly.

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<StopImagingJobResponse> StopImagingJobAsync(
	StopImagingJobRequest stopImagingJobRequest
)

Task<StopImagingJobResponse> StopImagingJobAsync(
	StopImagingJobRequest stopImagingJobRequest
)

Parameters

stopImagingJobRequest
Type: Relativity.Imaging.Services.InterfacesStopImagingJobRequest
A StopImagingJobRequest instance, containing information about the imaging job being canceled.

Return Value

Type: TaskStopImagingJobResponse
Returns a StopImagingJobResponse used to report the success of a request.
See Also

Reference