ArcFM Responder Mobile Developer Guide
ActionHandler Class
Members 






Allows implementors to insert custom logic at particular points in the reconcile or post process. Use this class in cases where the derived action handler class does not need references to the Process Framework.
Object Model
ActionHandler Class
Syntax
'Declaration
 
Public MustInherit Class ActionHandler 
'Usage
 
Dim instance As ActionHandler
public abstract class ActionHandler 
public class ActionHandler abstract; 
public abstract class ActionHandler 
public __gc abstract class ActionHandler 
public ref class ActionHandler abstract 
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.GeodatabaseManager.ActionHandlers.ActionHandler
      Miner.Geodatabase.Engine.GeodatabaseManager.ActionHandlers.CleanupFeederSync
      Miner.Geodatabase.Engine.GeodatabaseManager.ActionHandlers.RunFeederSync
      Miner.Process.GeodatabaseManager.ActionHandlers.PxActionHandler

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ActionHandler Members
Miner.Geodatabase.GeodatabaseManager.ActionHandlers Namespace

Send Feedback