Click or drag to resize

AbortableJoin method

List of overloads
 NameDescription of the
Public MethodJoin Leads to Thread.Join().
Public MethodJoin(Int32) Waits for the thread to die or for timeout milliseconds to elapse.
Public MethodJoin(TimeSpan) Leads to Thread.Join(...).
Back to the top
See also