Table of Contents

Method StopThread

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

StopThread(ThreadProc, bool)

When implemented in a class, aborts executing action in thread.

void StopThread(ThreadProc action, bool wait)

Parameters

action ThreadProc

Specifies action to abort.

wait bool

Specifies whether calling application should wait for background thread to finish execution.