CogVProThread MakeNewThread Method Cognex VisionPro 9.21 SR1
Overload List

  NameDescription
Public methodStatic memberMakeNewThread(ParameterizedThreadStart)
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.
Public methodStatic memberMakeNewThread(ThreadStart)
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.
Public methodStatic memberMakeNewThread(ParameterizedThreadStart, Int32)
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.
Public methodStatic memberMakeNewThread(ThreadStart, Int32)
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.
Top
See Also