CogVProThread MakeNewThread Method (ThreadStart, Int32)Cognex VisionPro 9.8
Assigns the newly created thread's UI culture to that of the current thread. This enforces all VisionPro .NET threads to have the same UI culture of the main thread.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax

public static Thread MakeNewThread(
	ThreadStart start,
	int maxStackSize
)

Parameters

start
Type: System.Threading ThreadStart
a delegate that allows an object to be passed to the thread when the thread is started
maxStackSize
Type: System Int32
the maximum stack size for the thread

Return Value

Type: Thread
newly created thread
See Also