DVTk API
Trigger Method (trigger)
DVTkDvtkHighLevelInterface.Dicom.ThreadsDicomThreadTriggerLoopTrigger(Object)
DVTk API

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

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0