Represents the method that executes on a System.Threading.Thread.

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public delegate void ThreadStartWrapperHandler(
	Object obj
)
Visual Basic (Declaration)
Public Delegate Sub ThreadStartWrapperHandler ( _
	obj As Object _
)
Visual C++
public delegate void ThreadStartWrapperHandler(
	Object^ obj
)

Parameters

obj
Type: System..::.Object
An object that contains data for the thread procedure.

See Also