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




ToolName
Values
Options
EnvironmentValues
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExecuteAsync( _
   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.ExecuteAsync(ToolName, Values, Options, EnvironmentValues, userState)
C# 
public void ExecuteAsync( 
   string ToolName,
   GPValue[] Values,
   GPResultOptions Options,
   PropertySet EnvironmentValues,
   object userState
)

Parameters

ToolName
Values
Options
EnvironmentValues
userState

See Also

© 2010 All Rights Reserved.