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


In This Topic
    ResponseEvent Class
    In This Topic
    Represents an event that triggers a Response
    Object Model
    ResponseEvent ClassDataContext ClassOID ClassADTObject ClassScript Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class ResponseEvent 
       Inherits ADTObject
    public sealed class ResponseEvent : ADTObject 
    public ref class ResponseEvent sealed : public ADTObject 
    Remarks

    On-Demand Responses

    For a Response that can be arbitrarily executed from within a script, use a ResponseEvent with the Event set to ArcanaDevelopment.adTempus.Shared.JobEvent.OnDemand and set the CustomEventID to a unique value. A script can then use ArcanaDevelopment.adTempus.ApplicationIntegration.ScriptHostInterface.ExecuteOnDemandResponses to trigger the response using the event ID.

    Inheritance Hierarchy

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

    See Also