AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.EventManagement.IAction Interface Reference

The contract used to invoke any and all actions. More...

Inheritance diagram for Apac.EventManagement.IAction:
Apac.Reporting.AlertAction Apac.Plugins.Actions.EmailAlertAction

Public Member Functions

void Execute (ActionArgs args)
 Performs the action. More...
 

Properties

PluginDescriptor Descriptor [get]
 The descriptor of the action used by the plugin infrastructure to define the action. More...
 

Detailed Description

The contract used to invoke any and all actions.

Member Function Documentation

◆ Execute()

void Apac.EventManagement.IAction.Execute ( ActionArgs  args)

Performs the action.

Parameters
argsThe ActionArgs used to perform dynamic actions.

Implemented in Apac.Reporting.AlertAction.

Property Documentation

◆ Descriptor

PluginDescriptor Apac.EventManagement.IAction.Descriptor
get

The descriptor of the action used by the plugin infrastructure to define the action.


The documentation for this interface was generated from the following file: