Click or drag to resize

ForegroundThreadWithDispatcher Constructor (String, ApartmentState)

Initializes a new instance of the ForegroundThreadWithDispatcher class with normal thread priority.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public ForegroundThreadWithDispatcher(
	string name,
	ApartmentState state = ApartmentState.MTA
)

Parameters

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