Table of Contents

Method Stop

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

Stop(ThreadProc, bool)

Aborts executing action in thread.

public void Stop(ThreadProc proc, bool wait)

Parameters

proc ThreadProc

Specifies action to abort.

wait bool

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