Table of Contents

Method StartThread

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.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 the thread.

start ThreadProc

Specifies action to execute in the thread.

end ThreadProc

Specifies action to execute when the thread starts.

stop ThreadProc

Specifies action to execute when a user aborts thread execution.