ArcObjects Library Reference (Server)  

IGPServerHelper Interface

Helper interface to process Geoprocessing requests.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method GetBinaryJobDefinition Gets the binary job definition for a given job ID.
Method GetBinaryRequestMessageType Gets the type of the request from a binary message.
Method GetJobIDFromBinaryResponse Extracts the job ID from a binary message that contains this information.
Method GetJobIDFromStringResponse Extracts the job ID from a Soap message that conatins this information.
Method GetJobStatus Returns the status of a job.
Method GetRESTJobDefinition Returns the REST job definition for a given job ID.
Method GetStringJobDefinition Gets the string job definition for given a job ID.
Method GetStringRequestMessageType Gets the type of the request from a string message.
Method Init Initializes the helper with the job registery and jobs directory.
Method WriteBinaryJobResult Writes a binary job result to the job directory.
Method WriteJobStatusAndMessage Writes a specific job message and status for a given job ID.
Method WriteRESTJobResult Writes a REST job result to the job directory.
Method WriteStringJobResult Writes a SOAP job result to the job directory.

CoClasses that implement IGPServerHelper

CoClasses and Classes Description
GPServerHelper