ESRI.ArcGIS.ADF.ArcGISServer
SubmitJobAsync(String,GPValue[],GPResultOptions,PropertySet,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GPServerProxy Class > SubmitJobAsync Method : SubmitJobAsync(String,GPValue[],GPResultOptions,PropertySet,Object) Method




ToolName
Values
Options
EnvironmentValues
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub SubmitJobAsync( _
   ByVal ToolName As String, _
   ByVal Values() As GPValue, _
   ByVal Options As GPResultOptions, _
   ByVal EnvironmentValues As PropertySet, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GPServerProxy
Dim ToolName As String
Dim Values() As GPValue
Dim Options As GPResultOptions
Dim EnvironmentValues As PropertySet
Dim userState As Object
 
instance.SubmitJobAsync(ToolName, Values, Options, EnvironmentValues, userState)
C# 
public void SubmitJobAsync( 
   string ToolName,
   GPValue[] Values,
   GPResultOptions Options,
   PropertySet EnvironmentValues,
   object userState
)

Parameters

ToolName
Values
Options
EnvironmentValues
userState

See Also

© 2010 All Rights Reserved.