Sets up a jam thread object
| C# | Visual Basic | Visual C++ |
public JamThread( WorkerThreadPool threadPool, bool initializeCOM )
Public Sub New ( _ threadPool As WorkerThreadPool, _ initializeCOM As Boolean _ )
public: JamThread( WorkerThreadPool^ threadPool, bool initializeCOM )
- threadPool (WorkerThreadPool)
- the threadpool the thread is associated with
- initializeCOM (Boolean)
- whether the thread should be COM aware