ESRI.ArcGIS.ADF.Web.UI.WebControls
IServerAction Interface
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace : IServerAction Interface




Server action for a tool bar item or a tool item.

Syntax

Visual Basic (Declaration) 
Public Interface IServerAction 
Visual Basic (Usage)Copy Code
Dim instance As IServerAction
C# 
public interface IServerAction 

Remarks

IServerAction is the common interface implemented by several classes that handle server-side action for commands that operate on a map or page layout. Typically the server action is used by an item on a Toolbar, and the class that implements the server action is specified as the ServerActionClass of the toolbar item.

IServerAction actually is not implemented directly by classes. Instead, several interfaces implement IServerAction for specific types of tool or command functionality, and these interfaces are then implemented by classes. The interfaces that implement IServerAction are:

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.