Trigger |
The TriggerShell Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| TriggerShell(String, Object) | Constructor | |
| TriggerShell(String, Object, Boolean) | Constructor |
| Name | Description of the | |
|---|---|---|
| HasTreeEventTrigger | True if the TriggerShell encapsulates a TreeEventTrigger. | |
| Info | Contains information on the owning trigger. NextRun and NextRunInfo are implemented. To add further information, the TriggerInfo class can be derived. | |
| ReferencedNodeName | Name of an originally referenced node or null. |
| Name | Description of the | |
|---|---|---|
| Dispose | Public method for cleaning up. | |
| Dispose(Boolean) | Clean up here: calls Dispose() for all user elements that are disposable. | |
| Finalise |
Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise) | |
| GetTreeEventTrigger | Returns the trigger if the TriggerShell encapsulates a TreeEventTrigger or null. | |
| GetTriggerParameters | Returns the last transferred parameters of this trigger. | |
| GetTriggerReference | Returns the name of the trigger that is to be assigned to a checker. | |
| SetSlaveTriggerShell | For TriggerShells that only have one name reference during instantiation the trigger is subsequently transferred here. | |
| Start | 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. | |
| Stop | Stops the trigger when all nodes to be triggered have called Trigger.Stop. |