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


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

IGPServerHelper2 Interface

Helper interface to process Geoprocessing requests on job store and job directory.

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 InitJobDir Initializes the helper with the job registery and jobs directory.
Method InitJobStore Initializes the helper with the job store connection and service name,type.
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 IGPServerHelper2

Classes Description
GPServerHelper