Click or drag to resize

InvokeableThread(String, 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,
	ISynchronizeInvoke dispatcherForReThrowingExceptions
)

Parameters

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