Constructor method.
Syntax
CAMThread(void);
Remarks
The constructor method does not create the thread. To create the thread, call the CAMThread::Create method.
See Also