Programmers Reference - CLocalThread (1)
class CLocalThread: public CConSysThread
#include "ConSys.h"
class CLocalThread : public CConSysThread
{
public:
CLocalThread(CDataRequest* request,
const CConSysEnviroment* aEnviroment,
CThreadList* threadList,
const CDeviceArray* aDeviceArray,
CTransport* aTransport);
virtual ~CLocalThread();
virtual UINT Run();
public:
#ifdef _DEBUG
virtual void AssertValid( ) const;
void Dump(CDumpContext &dc) const;
#endif
};
This thread is started by the CConnectThread to handle requests to the local machine(se The ConSys System kernel connection sequence).
References:
Last Modified 10 January 2019