Click or drag to resize

TriggerShell methods

The TriggerShell Type exposes the following members.

Methods
 NameDescription of the
Public MethodDispose Public method for cleaning up.
Protected MethodDispose(Boolean) Clean up here: calls Dispose() for all user elements that are disposable.
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise)
Public MethodGetTreeEventTrigger Returns the trigger if the TriggerShell encapsulates a TreeEventTrigger or null.
Public MethodGetTriggerParameters Returns the last transferred parameters of this trigger.
Public MethodGetTriggerReference Returns the name of the trigger that is to be assigned to a checker.
Public MethodSetSlaveTriggerShell For TriggerShells that only have one name reference during instantiation the trigger is subsequently transferred here.
Public MethodStart Starts the trigger with the callback routine to be called as a parameter. The trigger is only actually restarted if all of the previously RegisterTriggerIt have also called Trigger.Start and the trigger is not already running.
Public MethodStop Stops the trigger when all nodes to be triggered have called Trigger.Stop.
Back to the top
See also