adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / ScriptHostInterface Class / ExecuteOnDemandResponses Method / ExecuteOnDemandResponses(String,ResponseParameters) Method
The tag used to match Response Events.The tag used to match Response Events.
Additional parameters for Response evaluation. Can be null.


In This Topic
    ExecuteOnDemandResponses(String,ResponseParameters) 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, _
       ByVal parms As ResponseParameters _
    ) 
    public static void ExecuteOnDemandResponses( 
       string eventTag,
       ResponseParameters parms
    )
    public:
    static void ExecuteOnDemandResponses( 
       String^ eventTag,
       ResponseParameters^ parms
    ) 

    Parameters

    eventTag
    The tag used to match Response Events.The tag used to match Response Events.
    parms
    Additional parameters for Response evaluation. Can be null.
    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