[This is preliminary documentation and is subject to change.]
Override this method to determine what should happen when a trigger is processed in the loop.
E.g. when the trigger is of type DicomMessage, send a DicomMessage to a SCP.
| C# | Visual Basic | Visual C++ |
protected abstract void ProcessTrigger( Object trigger )
Protected MustOverride Sub ProcessTrigger ( _ trigger As Object _ )
protected: virtual void ProcessTrigger( Object^ trigger ) abstract
- trigger (Object)
- The trigger.