adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / ScriptHostInterface Class / ExecuteOnDemandResponses Method / ExecuteOnDemandResponses(String) Method
The tag used to match Response Events.


In This Topic
    ExecuteOnDemandResponses(String) Method
    In This Topic
    Executes on-demand Responses defined for the job or step.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub ExecuteOnDemandResponses( _
       ByVal eventTag As String _
    ) 
    public static void ExecuteOnDemandResponses( 
       string eventTag
    )
    public:
    static void ExecuteOnDemandResponses( 
       String^ eventTag
    ) 

    Parameters

    eventTag
    The tag used to match Response Events.
    Remarks

    This method will invoke any Responses that have a ResponseEvent with type ArcanaDevelopment.adTempus.Shared.JobEvent.OnDemand and a CustomEventID that matches the eventTag.

    Responses are invoked asynchronously (the script does not wait for completion of Response evaluation).

    See Also