[This is preliminary documentation and is subject to change.]
Put a new trigger at the end of the queue. FIFO is used as
the processing order for the triggers.
| C# | Visual Basic | Visual C++ |
protected void Trigger( Object trigger )
Protected Sub Trigger ( _ trigger As Object _ )
protected: void Trigger( Object^ trigger )
- trigger (Object)
- The actual trigger. In an overriden method ProcessTrigger of a descendant class, the actual implementation what to do with a trigger should be placed.