ESRI.ArcGIS.ADF.Tasks
ServerAction Method
See Also 
ESRI.ArcGIS.ADF.Tasks.Geoprocessing Namespace > AddFeature Class : ServerAction Method




args
Event arguments with information about the tool used.
Performs the action for the tool on the server to create and add the geometry feature to the map.

Syntax

Visual Basic (Declaration) 
Public Sub ServerAction( _
   ByVal args As ToolEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As AddFeature
Dim args As ToolEventArgs
 
instance.ServerAction(args)
C# 
public void ServerAction( 
   ToolEventArgs args
)

Parameters

args
Event arguments with information about the tool used.

See Also

© 2010 All Rights Reserved.