adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Response Class
Members


In This Topic
    Response Class
    In This Topic
    A Response defines a set of actions to execute when specified events occur during job execution.
    Object Model
    Response ClassResponseActionCollection ClassResponseAction ClassDataContext ClassResponseEventCollection ClassResponseEvent ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class Response 
       Inherits ADTObject
       Implements ArcanaDevelopment.adTempus.Shared.ISequencedCollectionMember 
    public ref class Response sealed : public ADTObject, ArcanaDevelopment.adTempus.Shared.ISequencedCollectionMember  
    Remarks

    A Response consists of a collection of Events that define the circumstances under which the Response is triggered and Actions that define the actions to be taken. The Response is triggered if any of the Events occurs. Once the Response is triggered, all of the Actions are executed in the order defined by their Sequence.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.Response

    See Also