ESRI.ArcGIS.ADF.ArcGISServer
ExecuteAsync(String,GPValue[],GPResultOptions,PropertySet) Method
See Also  Send Feedback
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.