Click or drag to resize

InvokeableThread(String, ThreadPriority, ISynchronizeInvoke) Constructor

Initializes a new instance of the InvokeableThread class.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public InvokeableThread(
	string name,
	ThreadPriority priority,
	ISynchronizeInvoke dispatcherForReThrowingExceptions
)

Parameters

name  String
The name of the thread to create.
priority  ThreadPriority
The thread priority this thread should be executed with.
dispatcherForReThrowingExceptions  ISynchronizeInvoke
The dispatcher for re throwing exceptions. Normally, you should use the dispatcher of the MainWindow.
See Also