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




ToolName
Values
Options
EnvironmentValues

Syntax

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

Parameters

ToolName
Values
Options
EnvironmentValues

See Also

© 2010 All Rights Reserved.