'Declaration
<ComVisibleAttribute(False)> Overloads Sub ExecuteOnDemandResponses( _ ByVal eventTag As String _ )
[ComVisible(false)] void ExecuteOnDemandResponses( string eventTag )
Parameters
- eventTag
- The tag used to match Response Events.
'Declaration
<ComVisibleAttribute(False)> Overloads Sub ExecuteOnDemandResponses( _ ByVal eventTag As String _ )
[ComVisible(false)] void ExecuteOnDemandResponses( string eventTag )
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).