Provides access to the properties/methods of the geoprocessing server. Note: the IGPServer interface has been superseded byIGPServer2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
![]() |
CancelJob | Cancels the specified job. |
![]() |
Execute | Executes the specified tool with the supplied values and options and returns the results. |
![]() |
GetExecutionType | Indicates if the geoprocessing server is synchronous or asynchronous. |
![]() |
GetJobMessages | Returns the messages of the specified job. |
![]() |
GetJobResult | Returns the results of the specified job. |
![]() |
GetJobStatus | Returns the status of the specified job. |
![]() |
GetResultMapServerName | Indicates if there is an associated map server to draw the results and the name of the map server. |
![]() |
GetResultWorkspace | Returns a zip file of the results workspace. |
![]() |
GetTaskInfos | Returns the tool information of the available tasks. |
![]() |
GetTaskNames | Returns the names of the available tasks. |
![]() |
GetToolInfo | Returns the tool information of the specified tool name. |
![]() |
GetToolInfos | Returns the tool information of the available tools. |
![]() |
GetToolNames | Returns the names of the available tools. |
![]() |
SubmitJob | Submits the specified tool with the supplied values and options and returns the job id. |
CoClasses that implement IGPServer
CoClasses and Classes | Description |
---|---|
GPServer | GP Server Class. |
GPServerIP | GP Server Message Proxy. |
GPServerLP | GP Server LAN Proxy. |