Click or drag to resize

Abortable constructor

List of overloads
 NameDescription of the
Public MethodAbortable(ParameterisedThreadStart) Creates a new Abortable-instance for a parameterised thread.
Public MethodAbortable(ThreadStart) Creates a new Abortable-instance for a parameterless thread.
Public MethodAbortable(ParameterisedThreadStart, Int32) Creates a new Abortable-instance for a parameterised thread with a given maximum stack size.
Public MethodAbortable(ThreadStart, Int32) Creates a new Abortable-instance for a parameterless thread with a given maximum stack size.
Back to the top
See also