Represents a job request sent to the imaging engine to cancel an in-progress imaging job.
Inheritance Hierarchy
Relativity.Imaging.Services.InterfacesImagingJobBase
Relativity.Imaging.Services.InterfacesStopImagingJobRequest
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
public class StopImagingJobRequest : ImagingJobBase public class StopImagingJobRequest : ImagingJobBase
The StopImagingJobRequest type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ImagingJobId |
Gets or sets the ID of the imaging job that is to be canceled.
|
![]() | OriginationId |
Optional - Unique identifier for the caller of this method. Can be used to differentiate ImagingDocumentRequests
from different sources.
(Inherited from ImagingJobBase.) |
![]() | WorkspaceArtifactId |
Gets or sets the ID of the workspace containing the instance of the imaging job.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also