Click or drag to resize

BackgroundThreadWithDispatcher Constructor (String, ApartmentState)

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
)

Parameters

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