ESRI.ArcGIS.ADF.ArcGISServer
GetExecutionType Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GPServerProxy Class : GetExecutionType Method




Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function GetExecutionType() As esriExecutionType
Visual Basic (Usage)Copy Code
Dim instance As GPServerProxy
Dim value As esriExecutionType
 
value = instance.GetExecutionType()
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public esriExecutionType GetExecutionType()

See Also

© 2010 All Rights Reserved.