adTempus API
PreviousUpNext
IAction Interface

The IAction interface is implemented by all Action objects in adTempus.

C++
__interface IAction : IADTObject;
C#
public interface IAction : IADTObject;
Visual Basic
Public Interface IAction
Inherits IADTObject

This interface has no methods or properties of its own. 

Actions are associated with jobs by adding them to the Actions collection of the appropriate Response object. 

adTempus API Reference version 3.0.0.0, revised 10/30/2008