 
            | Miner.Geodatabase.Engine Assembly > Miner.Geodatabase.GeodatabaseManager.ActionHandlers Namespace : ActionHandler Class | 
The following tables list the members exposed by ActionHandler.
| Name | Description | |
|---|---|---|
|  | ActionName | The event with which the action handler has been associated. | 
|  | ActionType | Indicates what type of process (e.g. Reconcile, Post) has raised this event. | 
|  | DefaultParameters | Name, type, value entries that provide additional information to the action handler. | 
|  | Description | Text describing what the action handler does. | 
|  | Name | Name of action handler. | 
|  | ServiceConfiguration | GDBM Reconcile/Post Service Configuration. | 
| Name | Description | |
|---|---|---|
|  | Enabled | Associate the action handler with the events that it is designed to handle. | 
|  | Execute | Calls on the SubExecute method to perform the desired actions. | 
|  | ToString | 
| Name | Description | |
|---|---|---|
|  | SubExecute | Perform the desired actions. Implement this method in classes deriving from ActionHandler. |