Click or drag to resize

Abortable(ParameterisedThreadStart, Int32) Constructor

Creates a new Abortable-instance for a parameterised thread with a given maximum stack size.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntax
public Abortable(
	
	ParameterisedThreadStart start,
	
	int maxStackSize
)

Parameters

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