Click or drag to resize

TriggerBaseEvaluateParametersOrFail method

This routine is started by the "Start" routine before the trigger is started. Only the "|UserRun" parameter is evaluated here and the "_isUserRun" variable is set accordingly. This routine must be overwritten to analyse the actual trigger parameters. If there are errors in the parameter evaluation, the routine "ThrowSyntaxException(string errorMessage)" can be called. can be called up.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void EvaluateParametersOrFail(
	
	ref Object?? triggerParameters,
	
	Object? triggerController
)

Parameters

triggerParameters  Object
The parameters forwarded by Vishnu from the JobDescription.xml.
triggerController  Object
The node to which this trigger is assigned.
See also