Table of Contents

Method EndThread

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EndThread(ref Thread?)

Calls Interrupt() and clears ref parameter.

public static void EndThread(ref Thread? thread)

Parameters

thread Thread

The thread to interrupt.