DVTk API
ProcessTrigger Method (trigger)
DVTkDvtkHighLevelInterface.Dicom.ThreadsDicomThreadTriggerLoopProcessTrigger(Object)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual C++
protected abstract void ProcessTrigger(
	Object trigger
)
Protected MustOverride Sub ProcessTrigger ( _
	trigger As Object _
)
protected:
virtual void ProcessTrigger(
	Object^ trigger
) abstract
Parameters
trigger (Object)
The trigger.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0