Click or drag to resize

ThreadWithDispatcher Constructor

Initializes a new instance of the ThreadWithDispatcher class.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
protected ThreadWithDispatcher(
	string name,
	ApartmentState state,
	ThreadPriority priority,
	bool isBackgroundThread
)

Parameters

name
Type: SystemString
The name.
state
Type: System.ThreadingApartmentState
The state.
priority
Type: System.ThreadingThreadPriority
The priority.
isBackgroundThread
Type: SystemBoolean
if set to true it the thread should be created as background thread.
See Also