DVTk API
Initialize Method (parent)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadInitialize(Thread)
DVTk API

[This is preliminary documentation and is subject to change.]

Initializes this instance.
Declaration Syntax
C#Visual BasicVisual C++
protected void Initialize(
	Thread parent
)
Protected Sub Initialize ( _
	parent As Thread _
)
protected:
void Initialize(
	Thread^ parent
)
Parameters
parent (Thread)
The parent Thread.
Remarks
Call one of the Initialize methods directly after creating a Thread instance. Code that normally would be present in the constructor. This code is however put in a separate method to be able to have only one constructor in DicomThread. This way, it is easier to derive from a DicomThread class. Use this method if this object should have a parent thread.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0