![]() | Abortable constructor |
Name | Description of the | |
---|---|---|
![]() | Abortable(ParameterisedThreadStart) | Creates a new Abortable-instance for a parameterised thread. |
![]() | Abortable(ThreadStart) | Creates a new Abortable-instance for a parameterless thread. |
![]() | Abortable(ParameterisedThreadStart, Int32) | Creates a new Abortable-instance for a parameterised thread with a given maximum stack size. |
![]() | Abortable(ThreadStart, Int32) | Creates a new Abortable-instance for a parameterless thread with a given maximum stack size. |