Click or drag to resize

ThreadWithDispatcherBeginShutdown Method

Initiates shutdown of the Dispatcher asynchronously.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public void BeginShutdown(
	DispatcherPriority priority
)

Parameters

priority
Type: System.Windows.ThreadingDispatcherPriority
The priority at which to begin shutdown.
See Also