Click or drag to resize

Abortable(ThreadStart, Int32) Konstruktor

Creates a new Abortable-instance for a parameterless thread with a given maximum stacksize.

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

Parameter

start  ThreadStart
The method to run (parameterless).
maxStackSize  Int32
Maximum stacksize that can be consumed by the running method.
Siehe auch