Поделиться через


CNonStatelessWorker::Execute

Implementation of WorkerArchetype::Execute.

void Execute(
   Worker::RequestType request,
   void* pvWorkerParam,
   OVERLAPPED* pOverlapped 
);

Заметки

This method creates an instance of the Worker class on the stack and calls Initialize on that object. If the initialization is successful, this method also calls Execute and Terminate on the same object.

Требования

Header: atlutil.h

См. также

Основные понятия

CNonStatelessWorker Class

CNonStatelessWorker Members