Click or drag to resize

BackgroundThreadWithDispatcher Constructor (String, ApartmentState, ThreadPriority)

Initializes a new instance of the BackgroundThreadWithDispatcher class.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public BackgroundThreadWithDispatcher(
	string name,
	ApartmentState state,
	ThreadPriority priority
)

Parameters

name
Type: SystemString
The name of the thread.
state
Type: System.ThreadingApartmentState
The apartment state of the thread.
priority
Type: System.ThreadingThreadPriority
The priority of the thread.
See Also