Table of Contents

ITMSMCPCustomCloudImageAI.BuildPollRequest Method

Fills a request with the follow-up call that asks the service for the state or the result of a pending job.

API unit family: TMS.MCP.CloudImageAI Declaring type: ITMSMCPCustomCloudImageAI

Syntax

procedure BuildPollRequest(ARequest: TTMSMCPCloudBaseRequest; const AURL: string; const AID: string);

Remarks

Implementations that never poll leave the request untouched, because this call is then never reached.

Parameters

Name Description
ARequest Request to populate. It has already been cleared, and its method, address and headers are set here.
AURL Absolute address to poll, as reported by the response that started the job.
AID Job identifier, as reported by the response that started the job.