DVTk API
Initialize Method (threadManager)
DVTkDvtkHighLevelInterface.Common.ThreadsThreadInitialize(ThreadManager)
DVTk API

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

Initializes this instance.
Declaration Syntax
C#Visual BasicVisual C++
protected void Initialize(
	ThreadManager threadManager
)
Protected Sub Initialize ( _
	threadManager As ThreadManager _
)
protected:
void Initialize(
	ThreadManager^ threadManager
)
Parameters
threadManager (ThreadManager)
The ThreadManager that manages this object.
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 threads should not have a parent thread.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0