 | Abortable(ThreadStart, Int32) Konstruktor |
Creates a new Abortable-instance for a parameterless thread
with a given maximum stacksize.
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
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
Parameter
- start ThreadStart
- The method to run (parameterless).
- maxStackSize Int32
- Maximum stacksize that can be consumed by the running method.
Siehe auch