Provides access to the properties/methods of the geoprocessing server.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
This interface is new at ArcGIS 9.3. It supersedes IGPServer.
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. | |
GetJobEnvironmentValues | Returns the enviornment values for the job. | |
GetJobInputValues | Returns the input values for the job. | |
GetJobMessages | Returns the messages of the specified job. | |
GetJobResult | Returns the results of the specified job. | |
GetJobResultMapExtent | Returns the extent for the job. | |
GetJobResultOptions | Returns the result options for the job. | |
GetJobStatus | Returns the status of the specified job. | |
GetJobToolName | Returns the tool name for the 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 IGPServer2
CoClasses and Classes | Description |
---|---|
GPServer | GP Server Class. |
GPServerIP | GP Server Message Proxy. |
GPServerLP | GP Server LAN Proxy. |