Click or drag to resize

TriggerBase methods

The TriggerBase Type exposes the following members.

Methods
 NameDescription of the
Protected MethodEvaluateParametersOrFail 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.
Protected MethodOnTriggerFired This routine triggers the trigger event. This routine can be used to set the variables "_lastStart" and "_nextStart". can be overwritten.
Public MethodStart Starts the trigger; the consumer should first have connected to triggerIt.
Public MethodStop Stops the trigger.
Protected MethodThrowSyntaxException Is called if the transferred parameters were incorrect.
Back to the top
See also