adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IApplicationIntegration Interface / 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
     
    
    <ComVisibleAttribute(False)>
    Overloads Sub ExecuteOnDemandResponses( _
       ByVal eventTag As String _
    ) 
    [ComVisible(false)]
    void ExecuteOnDemandResponses( 
       string eventTag
    )
    [ComVisible(false)]
    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