InvokeableThread(String, ISynchronizeInvoke) Constructor |
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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