Click or drag to resize

Abortable(ParameterizedThreadStart, Int32) Konstruktor

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

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

Parameter

start  ParameterizedThreadStart
The method to run (including a user-parameter).
maxStackSize  Int32
Maximum stacksize that can be consumed by the running method.
Siehe auch