adTempus API
ArcanaDevelopment.adTempus.ApplicationIntegration Namespace / IApplicationIntegration Interface / ExecuteOnDemandResponses Method / ExecuteOnDemandResponses(String,ResponseParameters) Method
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
     
    
    Overloads Sub ExecuteOnDemandResponses( _
       ByVal eventTag As String, _
       ByVal parms As ResponseParameters _
    ) 
    void ExecuteOnDemandResponses( 
       string eventTag,
       ResponseParameters parms
    )

    Parameters

    eventTag
    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