 | Abortable(ParameterisedThreadStart, Int32) Constructor |
Creates a new Abortable-instance for a parameterised thread
with a given maximum stack size.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic Abortable(
ParameterisedThreadStart start,
int maxStackSize
)
Public Sub New (
start As ParameterisedThreadStart,
maxStackSize As Integer
)
public:
Abortable(
ParameterisedThreadStart^ start,
int maxStackSize
)
new :
start : ParameterisedThreadStart *
maxStackSize : int -> Abortable
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