Table of Contents

Method StopThread

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

StopThread(ThreadProc, bool)

When implemented in a class, aborts executing asynchronous action.

void StopThread(ThreadProc action, bool discard = false)

Parameters

action ThreadProc

Specifies action to abort.

discard bool

Specifies that action needs to be discarded.