Raises a code of the thread running.

Namespace:  SGP.XUtility
Assembly:  SGP.XUtility (in SGP.XUtility.dll)
Version: 1.2.3019.18718

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
protected virtual void ThreadProcedure()

Remarks

Calls OnStartThread()()() and calls the delegate for the thread start (XThreadBase(XThreadStart, Object)). After exiting calls the delegate OnExitThread()()().

See Also