Click or drag to resize

InvokeableThreadStart Method

Starts the invokable thread with a specified priority. The name argument is used for debugging purposes, it is assigned to the thread.

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void Start(
	string name,
	ThreadPriority priority
)

Parameters

name  String
The name of the thread (as it then appears in TaskManager).
priority  ThreadPriority
The priority of the thread.
See Also