DVTk API
ThreadOptions Class
DVTkDvtkHighLevelInterface.Common.ThreadsThreadOptions
DVTk API

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

The options for the abstract Thread class.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class ThreadOptions
Public MustInherit Class ThreadOptions
public ref class ThreadOptions abstract
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ThreadOptions()()()
Initializes a new instance of the ThreadOptions class

AttachChildsToUserInterfaces
CopyFrom(ThreadOptions)
DetailResultsFileNameOnly
DetailResultsFullFileName
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Identifier
The unique identifier of this object. It is used to set the name of the underlying .Net thread. When displaying activity logging (if enabled) for this thread in a dialog, the Identifier property is also used to uniquely identify logging from this thread. Besides this, in a DicomThread, the Identifier may also be used to create a unique results file name. If this property is set, the calling code has to make sure that this Identifier is unique. If not set, the Name property is appended with a number to create a unique identifier.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The (possible not unique) name of this object. If this property is not set, the Class name will be used as the name. See also the property Identifier for the usage of this property.

ResultsDirectory
ResultsFileNameExtension
ResultsFileNameIndex
ResultsFileNameOnly
ResultsFileNameOnlyWithoutExtension
ResultsFullFileName
SessionId
ShowResults
StartAndStopResultsGatheringEnabled
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
UseResultsFileNameIndex
Inheritance Hierarchy
Object
ThreadOptions
 DicomThreadOptions
 Hl7ThreadOptions

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0