Class PDFServicesJobStatusResponse
Response object encapsulating PDFServicesJob status and retry interval.
Namespace: Adobe.PDFServicesSDK
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFServicesJobStatusResponse
Constructors
PDFServicesJobStatusResponse(String, IList<Parameter>)
Constructs PDFServicesJob status response with its status and headers.
Declaration
public PDFServicesJobStatusResponse(string status, IList<Parameter> headers)
Parameters
Type | Name | Description |
---|---|---|
System.String | status | Status of the PDFServicesJob. |
System.Collections.Generic.IList<RestSharp.Parameter> | headers | Headers of the PDFServicesJobStatusResponse. |
Properties
Status
Gets the status of the PDFServicesJob.
Declaration
public string Status { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetRetryInterval()
Returns retry interval for status polling of the PDFServicesJob in seconds.
Declaration
public int GetRetryInterval()
Returns
Type | Description |
---|---|
System.Int32 | Retry interval for status polling of the PDFServicesJob in seconds. |