Table of Contents

Method StartThread

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

StartThread(ThreadProc, ThreadProc, ThreadProc, ThreadProc)

When implemented in a class, executes action in thread.

void StartThread(ThreadProc action, ThreadProc start, ThreadProc end, ThreadProc stop)

Parameters

action ThreadProc

Specifies action to execute in a thread.

start ThreadProc

Specifies action to execute in a thread.

end ThreadProc

Specifies action to execute when thread starts.

stop ThreadProc

Specifies action to execute when a user aborts thread execution.