Helper interface to process Geoprocessing requests.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
GetBinaryJobDefinition | Gets the binary job definition for a given job ID. | |
GetBinaryRequestMessageType | Gets the type of the request from a binary message. | |
GetJobIDFromBinaryResponse | Extracts the job ID from a binary message that contains this information. | |
GetJobIDFromStringResponse | Extracts the job ID from a Soap message that conatins this information. | |
GetJobStatus | Returns the status of a job. | |
GetRESTJobDefinition | Returns the REST job definition for a given job ID. | |
GetStringJobDefinition | Gets the string job definition for given a job ID. | |
GetStringRequestMessageType | Gets the type of the request from a string message. | |
Init | Initializes the helper with the job registery and jobs directory. | |
WriteBinaryJobResult | Writes a binary job result to the job directory. | |
WriteJobStatusAndMessage | Writes a specific job message and status for a given job ID. | |
WriteRESTJobResult | Writes a REST job result to the job directory. | |
WriteStringJobResult | Writes a SOAP job result to the job directory. |
CoClasses that implement IGPServerHelper
CoClasses and Classes | Description |
---|---|
GPServerHelper |