This document is archived and information here might be outdated.  Recommended version.


IGPServerHelper Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IG > IGPServerHelper Interface
ArcGIS Developer Help

IGPServerHelper Interface

Helper interface to process Geoprocessing requests.

Product Availability

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

Members

Name 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.

Classes that implement IGPServerHelper

Classes Description
GPServerHelper