Initializes a new instance of the ThreadStartDelegateWrapper class

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

Syntax

C#
public ThreadStartDelegateWrapper(
	ThreadStartWrapperHandler handler,
	Object obj
)
Visual Basic (Declaration)
Public Sub New ( _
	handler As ThreadStartWrapperHandler, _
	obj As Object _
)
Visual C++
public:
ThreadStartDelegateWrapper(
	ThreadStartWrapperHandler^ handler, 
	Object^ obj
)

Parameters

handler
Type: Bespoke.Common..::.ThreadStartWrapperHandler

[Missing <param name="handler"/> documentation for "M:Bespoke.Common.ThreadStartDelegateWrapper.#ctor(Bespoke.Common.ThreadStartWrapperHandler,System.Object)"]

obj
Type: System..::.Object

[Missing <param name="obj"/> documentation for "M:Bespoke.Common.ThreadStartDelegateWrapper.#ctor(Bespoke.Common.ThreadStartWrapperHandler,System.Object)"]

See Also