Table of Contents

Method StartThread

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

StartThread(ThreadProc, ThreadProc, ThreadProc, ThreadProc, ThreadProc)

Executes action in thread.

public virtual void StartThread(ThreadProc action, ThreadProc start, ThreadProc end, ThreadProc stop = null, ThreadProc discard = null)

Parameters

action ThreadProc

Specifies action to execute in thread.

start ThreadProc

Specifies action to execute when thread starts.

end ThreadProc

Specifies action to execute when thread ends.

stop ThreadProc

Specifies action to execute when user aborts thread execution.

discard ThreadProc

Specifies action to execute to discard aborted task.