Abortable Konstruktor |
| Name | Beschreibung | |
|---|---|---|
| Abortable(ParameterizedThreadStart) | Creates a new Abortable-instance for a parameterized thread. | |
| Abortable(ThreadStart) | Creates a new Abortable-instance for a parameterless thread. | |
| Abortable(ParameterizedThreadStart, Int32) | Creates a new Abortable-instance for a parameterized thread with a given maximum stacksize. | |
| Abortable(ThreadStart, Int32) | Creates a new Abortable-instance for a parameterless thread with a given maximum stacksize. |