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


IGPServer.SubmitJob Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer Interface > IGPServer.SubmitJob Method
ArcGIS Developer Help

IGPServer.SubmitJob Method

Submits the specified tool with the supplied values and options and returns the job id.

[Visual Basic .NET]
Public Function SubmitJob ( _
    ByVal ToolName As String, _
    ByVal Values As IGPValues _
) As String
[C#]
public string SubmitJob (
    string ToolName,
    IGPValues Values
);
[C++]
HRESULT SubmitJob(
  BSTR ToolName,
  IGPValues* Values
);
[C++]
Parameters
ToolName [in]

ToolName is a parameter of type BSTR Values [in]
Values is a parameter of type IGPValues*

Product Availability

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

See Also

IGPServer Interface