 | Abortable(ThreadStart, Int32) Constructor |
Creates a new Abortable-instance for a parameterless thread
with a given maximum stack size.
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic Abortable(
ThreadStart start,
int maxStackSize
)
Public Sub New (
start As ThreadStart,
maxStackSize As Integer
)
public:
Abortable(
ThreadStart^ start,
int maxStackSize
)
new :
start : ThreadStart *
maxStackSize : int -> Abortable
Parameters
- start ThreadStart
- The method to run (parameterless).
- maxStackSize Int32
- Maximum stacksize that can be consumed by the running method.
See also