Click or drag to resize

Abortable(ThreadStart) Konstruktor

Creates a new Abortable-instance for a parameterless thread.

Namensraum: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
Syntax
public Abortable(
	ThreadStart start
)

Parameter

start  ThreadStart
The method to run (parameterless).
Siehe auch