Show / Hide Table of Contents

Class PDFServicesResponse<T>

Response object for PDFServicesJob.

Inheritance
System.Object
PDFServicesJobStatusResponse
PDFServicesResponse<T>
Inherited Members
PDFServicesJobStatusResponse.Status
PDFServicesJobStatusResponse.GetRetryInterval()
Namespace: Adobe.PDFServicesSDK
Assembly: Adobe.PDFServicesSDK.Doc.dll
Syntax
public class PDFServicesResponse<T> : PDFServicesJobStatusResponse
Type Parameters
Name Description
T

Type of result in PDFServicesResponse.

Constructors

PDFServicesResponse(String, IList<Parameter>, T)

Constructs PDFServicesJob response with its status, headers, and result.

Declaration
public PDFServicesResponse(string status, IList<Parameter> headers, T result)
Parameters
Type Name Description
System.String status

Status of the PDFServicesJob.

System.Collections.Generic.IList<RestSharp.Parameter> headers

Headers of the PDFServicesResponse.

T result

Result for the PDFServicesJob, it will be an extension of IPDFServicesJobResult.

Properties

Result

Gets instance of result of PDFServicesJob.

Declaration
public T Result { get; }
Property Value
Type Description
T
In This Article
Back to top Copyright © 2020 Adobe. All rights reserved.