Table of Contents

Method StopThread

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

StopThread(ThreadProc, bool)

Aborts executing action in thread.

public virtual void StopThread(ThreadProc action, bool discard = false)

Parameters

action ThreadProc

Specifies action to abort.

discard bool

Specifies that action needs to be discarded.